Skip to content

Commit 25913a4

Browse files
I guess we can't echo this :/
1 parent 57e0351 commit 25913a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compress.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rm -r output
44

55
for item in `find music | grep ".*\.ogg\|.*\.mp3\|.*\.qoa\|.*\.wav\|.*\.flac"`
66
do
7-
echo $item
87
mkdir -p output/${item%/*}
98
ffmpeg -i $item -b:a 128k output/${item%.*}.ogg -v error
109
done

0 commit comments

Comments
 (0)