Skip to content

Instantly share code, notes, and snippets.

@orymate
Created October 23, 2012 09:59
Show Gist options
  • Save orymate/3937986 to your computer and use it in GitHub Desktop.
Save orymate/3937986 to your computer and use it in GitHub Desktop.
Kabaré stream mentése (openwrt)
10 14 * * 6 /home/kabare.sh
#!/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