From 003a77624f19300b2f7299abc1e3a2892df64ed0 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Sat, 25 Dec 2021 12:35:39 -0400 Subject: [PATCH] add a new internet radio station to esrc --- user/homedir/esrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/user/homedir/esrc b/user/homedir/esrc index bcb0800..faad009 100644 --- a/user/homedir/esrc +++ b/user/homedir/esrc @@ -3,7 +3,7 @@ ##################################################################### # Set the time zone. -TZ=AEST+3 +TZ=AEST+4 # Clear the terminal. clear @@ -62,3 +62,12 @@ fn gcl args {git clone $args} # KISS! fn k args {kiss $args} + +# Stream Furry.FM +fn stream_furryfm {fpm https://s4.radio.co/sa18a4da89/low} + +# Stream AnonRadio +fn stream_anonradio {fpm http://anonradio.net:8000/anonradio} + +# Stream chiptune +fn stream_chiptune {fpm http://lwtve.xyz/modmusic.ogg} \ No newline at end of file