Files
shellcheck/badcase/mvmp3sfixed
2012-11-04 21:44:48 -08:00

6 lines
69 B
Plaintext

# There, I fixed it!
for f in "$(ls *.mp3)"
do
mv "$f" /music
done