anonradio fn

This commit is contained in:
Ben Harris 2019-03-25 21:03:36 -04:00
parent 0ddfc1e35c
commit c6ee4d686b
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ bash:
bin:
@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
mkdir -p "$$HOME/bin"
stow -t "$$HOME" bin
byobu:

View File

@ -0,0 +1,4 @@
# Defined in /tmp/fish.5ZM6aQ/anonradio.fish @ line 1
function anonradio
nvlc http://anonradio.net:8000/anonradio
end