nsbin/old/ripaol

4 lines
96 B
Plaintext
Executable File

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