mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 03:27:30 +08:00
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
for f in $(ls *.jpg); do echo "$f"; done
|