Update snippet.sh

This commit is contained in:
Daniel Schubert 2014-10-22 15:07:58 +02:00
parent 165c56b5c0
commit 153f37f393
1 changed files with 4 additions and 0 deletions

View File

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