diff --git a/SC107.md b/SC107.md new file mode 100644 index 0000000..7ec00cc --- /dev/null +++ b/SC107.md @@ -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 \ No newline at end of file