links for 2006-12-29
posted by CodeGirl-
#!/bin/bash # # Usage: convertomp3 fileextention # if [ $1 = “” ];then echo ‘Please give a audio file extention as argument.’ exit 1 fi for i in *.$1 do if [ -f “$i” ]; then rm -f “$i.wav” mkfifo “$i.wav” mplayer \ -quiet \ -vo null \ -vc dummy \ -af volu
-
torrent search engine
This entry was posted on Friday, December 29th, 2006 at 1:21 am and is filed under misc. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.




