We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0806b commit b586c1dCopy full SHA for b586c1d
exercise-simple/mystery.sh
@@ -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