From 77cee5a643c920fbcc8d936ecd990ce026d0ad53 Mon Sep 17 00:00:00 2001 From: OceusGreycastle <143840095+OceusGreycastle@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:31:14 -0500 Subject: [PATCH] Created SC107 (markdown) --- SC107.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SC107.md 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