ref: d0159ed18d062b0cc694ad0b77e94c13d9327cb4
dir: /getaudio/
#!/bin/rc # to download songs and store their metadata if(! ~ $#* 1){ echo 'usage: wm/getaudio url' >[1=2] exit usage } url = $1 file = `{basename $1} plist = ./plist if(! test -f $file){ hget -o $file $url && {echo $url >> $plist && audio/mkplist $file >> $plist} }