Samuel W. Flint 10 лет назад
Родитель
Сommit
dbccecee9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      convert-directory-to-ogg

+ 1 - 1
convert-directory-to-ogg

@@ -2,7 +2,7 @@
 
 for song in *.m4a ;
 do
-    NEW=~/Music/ITunes/`basename -- "$song" .m4a`.ogg
+    NEW=`basename -- "$song" .m4a`.ogg
     if [[ -e $NEW ]] ; then
 	echo "Skipping ${NEW}, already converted."
     else