Updated _Footer (markdown)

camilo andres marin valencia
2022-06-12 16:34:05 -05:00
parent a828ffa4c1
commit 6dae529f2e

@@ -1 +1,6 @@
<!-- This is the footer for every page in the wiki. Please do not edit it. --> #!/usr/bin/env bash
# Write a Bash script that displays Best School 10 times
for LIST in {1..10};
do
echo "Best Shool"
done