mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-12 16:13:19 -07:00
7 lines
91 B
Text
7 lines
91 B
Text
for f in *
|
|
do
|
|
echo "Processing: $f"
|
|
done | tee log
|
|
|
|
echo "Done. Last processed was $f."
|
|
|