shellcheck/badcase/mvmp3sfixed

6 lines
69 B
Plaintext

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