nsbin/ripaol

4 lines
96 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
for file in `find /mnt/dvd/ | grep .wav\$`; do
cat $file | oggenc - > `basename $file`
done