Last active
September 18, 2021 13:33
-
-
Save fdovila/383408da54d444c7adfb43b1da20e73b to your computer and use it in GitHub Desktop.
Revisions
-
fdovila revised this gist
Sep 26, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # name this shell script 'paisgeneroso.sh' #!/bin/zsh now=`date +"%m_%d_%Y"` streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/Myfolder/Subfolder/paisgeneroso/ -a paisgeneroso-$now.mp3 -s -l 5400 -
fdovila revised this gist
Sep 26, 2016 . No changes.There are no files selected for viewing
-
fdovila created this gist
Sep 26, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/zsh now=`date +"%m_%d_%Y"` streamripper http://tunein.digitalproserver.com/zero_player.mp3 -d /Users/Myusername/Myfolder/Subfolder/paisgeneroso/ -a paisgeneroso-$now.mp3 -s -l 5400