radio-channel-service.sh - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
radio-channel-service.sh (184B)
---
1 #!/bin/sh
2
3 while annna-alive;
4 do
5 currentsong="$(mpc current --wait)"
6 annna-alive || exit 0
7 [ -n "${currentsong}" ] && annna-say "Now playing: ${currentsong}"
8 sleep 5
9 done
10
11 exit 0
12