Update snippet.sh

This commit is contained in:
2014-10-22 15:07:58 +02:00
parent 165c56b5c0
commit 153f37f393

View File

@@ -1,4 +1,8 @@
#!/bin/sh
# requires sox and ffmpeg and lame
#
for i in *ogg
do
bn=`basename "$i" .ogg`