mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 03:14:15 +08:00
Tweaked some messages and added more badcases
This commit is contained in:
5
badcase/mvmp3sfixed
Normal file
5
badcase/mvmp3sfixed
Normal file
@@ -0,0 +1,5 @@
|
||||
# There, I fixed it!
|
||||
for f in "$(ls *.mp3)"
|
||||
do
|
||||
mv "$f" /music
|
||||
done
|
Reference in New Issue
Block a user