Play some network streams?

I name it ns.sh

#!/usr/bin/env bash
# Radio scrypt by Sylvester,
# GNU General Public License version 2.0 (GPLv2)

echo “Enter URL for any stream.”
echo “It will play podcast.”
while read URL
do
mplayer -cache 1024 -benchmark -cookies-file /tmp/cookies.txt “$URL”
done

Leave a Reply

Your email address will not be published. Required fields are marked *