trucs en vrac
[vrac.git] / tomp3.sh
1 #!/bin/sh
2 for i in `ls  "$@"`; do
3 #       sox "$i" "$i".mp3
4 echo "$i"
5 done