Skip to content

Commit b586c1d

Browse files
committed
add mystery shell script
1 parent bf0806b commit b586c1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exercise-simple/mystery.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
foo="hello"
4+
bar="world"
5+
baz="script!"
6+
7+
echo $foo $bar $baz

0 commit comments

Comments
 (0)