mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC2034 value (markdown)
5
SC2034----value.md
Normal file
5
SC2034----value.md
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# display "Best School" 10 timesfor _ in {1..10}
|
||||
do
|
||||
echo "Best School"
|
||||
done
|
Reference in New Issue
Block a user