add exercise5.sh
This commit is contained in:
6
shell_scripting_succinctly/exercise5.sh
Executable file
6
shell_scripting_succinctly/exercise5.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for ANIMAL in man bear pig dog cat sheep
|
||||
do
|
||||
echo "$ANIMAL"
|
||||
done
|
||||
Reference in New Issue
Block a user