We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0176a45 commit 5edbf44Copy full SHA for 5edbf44
scripts/test.sh
@@ -5,3 +5,6 @@ time=10
5
echo "TEST: I will now sleep ${time}s to pretend I'm doing something useful!"
6
sleep ${time}
7
echo "Done sleeping, resuming!"
8
+
9
+echo "This is the ENV for this script!"
10
+env
0 commit comments