Created SC107 (markdown)

OceusGreycastle
2023-09-18 08:31:14 -05:00
parent 9388aff91a
commit 77cee5a643

6
SC107.md Normal file

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# This script is displaying "Best School" 10 times
for 1-for_best_school in {1..10}
do
echo "Best School"
done