mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
# There, I fixed it!
|
|
for f in "$(ls *.mp3)"
|
|
do
|
|
mv "$f" /music
|
|
done
|