c23bfc5a82
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
3 lines
96 B
Text
Executable file
3 lines
96 B
Text
Executable file
for file in `find /mnt/dvd/ | grep .wav\$`; do
|
|
cat $file | oggenc - > `basename $file`
|
|
done
|