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