Skip to content

Instantly share code, notes, and snippets.

@dardo82
Last active March 28, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dardo82/2c843549da55610a6bf1 to your computer and use it in GitHub Desktop.
Save dardo82/2c843549da55610a6bf1 to your computer and use it in GitHub Desktop.
Rec RadioRosa stream
#!/bin/sh
# Download n seconds of RadioRosa stream
gtimeout ${1}s curl http://onair15.xdevel.com:8100/ > radiorosa.mp3
# gtimeout ${1}s curl http://onair15.xdevel.com:8072/ > radiorosa.m4a
@dardo82
Copy link
Author

dardo82 commented Jan 7, 2016

Scarica da RadioRosa un minuto di trasmissione in formato MP3 o M4A.
http://www.radiorosa.it/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment