Updated _Footer (markdown)

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

@@ -1,6 +1 @@
#!/usr/bin/env bash SC2034
# Write a Bash script that displays Best School 10 times
for LIST in {1..10};
do
echo "Best Shool"
done