From 6dae529f2ed56aa0e4901a74dc302ca68a6f11e9 Mon Sep 17 00:00:00 2001 From: camilo andres marin valencia <106450384+kmilo2811V@users.noreply.github.com> Date: Sun, 12 Jun 2022 16:34:05 -0500 Subject: [PATCH] Updated _Footer (markdown) --- _Footer.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_Footer.md b/_Footer.md index 77263da..71e2e78 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1 +1,6 @@ - \ No newline at end of file +#!/usr/bin/env bash +# Write a Bash script that displays Best School 10 times +for LIST in {1..10}; +do + echo "Best Shool" +done \ No newline at end of file