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 | |
while true; do \ | |
wget -q -O - http://livehq.umfm.com/ | \ | |
cronolog -H /home/mark/archives/current.mp3 \ | |
-p "2 hours" '/home/mark/archives/%Y-%m-%d/%s.mp3' | |
sleep 1s | |
done |
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
#!/usr/bin/env python | |
# Copying and distribution of this file, with or without modification, | |
# are permitted in any medium without royalty provided the copyright | |
# notice and this notice are preserved. This file is offered as-is, | |
# without any warranty. | |
# http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html | |
# @author Mark Jenkins <mark@markjenkins.ca> | |
# usage |