Created
October 23, 2012 09:59
-
-
Save orymate/3937986 to your computer and use it in GitHub Desktop.
Kabaré stream mentése (openwrt)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 14 * * 6 /home/kabare.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget "http://stream001.radio.hu:443/stream/$(date +%Y%m%d $*)_130400_1.mp3" -q -O - | head -c $((12*1024*60*56)) >/home/Zene/kabare/$(date +%Y-%m-%d $*).mp3 | |
/etc/init.d/ushare stop >/dev/null 2>&1 | |
killall ushare >/dev/null 2>&1 | |
/etc/init.d/ushare start >/dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment