nsbin/ripaol
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

3 lines
96 B
Text
Executable file

for file in `find /mnt/dvd/ | grep .wav\$`; do
cat $file | oggenc - > `basename $file`
done