Skip to content

Commit 3ed1669

Browse files
committed
Added test code to entrypoint to test on AWS
1 parent 73282e3 commit 3ed1669

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entrypoint.sh

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

3+
# TEST CODE FOR AWS
4+
curl google.com
5+
echo WOLFRAM_SCRIPT_ENTILEMENTID
6+
echo $WOLFRAMSCRIPT_ENTITLEMENTID
7+
38
# Exit immediately if a command exits with a non-zero status.
49
# set -e
510

0 commit comments

Comments
 (0)