Skip to content

Commit f44dc3a

Browse files
committed
Updated test code
1 parent 3ed1669 commit f44dc3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

entrypoint.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

33
# TEST CODE FOR AWS
4-
curl google.com
5-
echo WOLFRAM_SCRIPT_ENTILEMENTID
4+
echo TEST CODE
65
echo $WOLFRAMSCRIPT_ENTITLEMENTID
76

7+
curl google.com
8+
9+
810
# Exit immediately if a command exits with a non-zero status.
911
# set -e
1012

0 commit comments

Comments
 (0)