Tweaked some messages and added more badcases

This commit is contained in:
Vidar Holen
2012-11-04 21:44:48 -08:00
parent 279e972b61
commit 67d27ea42d
22 changed files with 60 additions and 16 deletions

5
badcase/mvmp3sfixed Normal file
View File

@@ -0,0 +1,5 @@
# There, I fixed it!
for f in "$(ls *.mp3)"
do
mv "$f" /music
done