Skip to content

Instantly share code, notes, and snippets.

@schoentoon
Created July 28, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schoentoon/3194200 to your computer and use it in GitHub Desktop.
Save schoentoon/3194200 to your computer and use it in GitHub Desktop.
Radio in screen
#!/bin/bash
screen -DRR -p 0 -S radio -X eval 'stuff \"m\"'
while true
do
nice -n -10 mplayer -playlist #radio m3u file here
sleep 10
done
#!/bin/bash
screen -mdS radio bash #path to realstartradio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment