add exercise5.sh

This commit is contained in:
mlot
2026-02-03 19:29:16 -05:00
parent e7f3c13fb6
commit e09997c4c2

View File

@@ -0,0 +1,6 @@
#!/bin/bash
for ANIMAL in man bear pig dog cat sheep
do
echo "$ANIMAL"
done