Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat wfuv.sh
- #cat /dev/null>nohup.out;nohup mplayer http://wfuv-onair.streamguys.org:80/onair-aacplus &
- killall mplayer
- cat /dev/null>nohup.out
- cat /dev/null>wfuv.log
- cat /dev/null>wfuv.2.log
- nohup mplayer http://wfuv-onair.streamguys.org:80/onair-aacplus 1>wfuv.log 2>wfuv.2.log &
- while :
- do
- clear;
- cat wfuv.log |awk -F\' '{print $2}'|gawk -F\- '{if ($1!~/^[ ]*$/) print strftime("%a %m/%d %r") "---------" "\nArtist..: " $1 "\nTitle...:" $2 "\n"}';
- sleep 05;
- done
- killall mplayer
Advertisement
Add Comment
Please, Sign In to add comment