mirror of https://tildegit.org/ben/dotfiles
anonradio fn
parent
0ddfc1e35c
commit
c6ee4d686b
1
Makefile
1
Makefile
|
@ -41,6 +41,7 @@ bash:
|
||||||
|
|
||||||
bin:
|
bin:
|
||||||
@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
|
||||||
|
mkdir -p "$$HOME/bin"
|
||||||
stow -t "$$HOME" bin
|
stow -t "$$HOME" bin
|
||||||
|
|
||||||
byobu:
|
byobu:
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.5ZM6aQ/anonradio.fish @ line 1
|
||||||
|
function anonradio
|
||||||
|
nvlc http://anonradio.net:8000/anonradio
|
||||||
|
end
|
Loading…
Reference in New Issue