diff --git a/SC2034----value.md b/SC2034----value.md new file mode 100644 index 0000000..51c1c9d --- /dev/null +++ b/SC2034----value.md @@ -0,0 +1,6 @@ +#!/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