mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
# Write a Bash script that displays Best School 10 times
6
SC2034----value.md
Normal file
6
SC2034----value.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Write a Bash script that displays Best School 10 times
|
||||||
|
for LIST in [1..10];
|
||||||
|
do
|
||||||
|
echo "Best Shool"
|
||||||
|
done
|
Reference in New Issue
Block a user