# Write a Bash script that displays Best School 10 times

camilo andres marin valencia
2022-06-12 16:30:24 -05:00
parent ec2aa8a178
commit a828ffa4c1

6
SC2034----value.md Normal file

@@ -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