Index: experimental/hex/cmd.sh |
diff --git a/experimental/hex/cmd.sh b/experimental/hex/cmd.sh |
deleted file mode 100755 |
index f119b6a982485b392709c0910319a57c3a740db3..0000000000000000000000000000000000000000 |
--- a/experimental/hex/cmd.sh |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
- |
-# Set NACL_SDK_ROOT to point to where the nacl_sdk installer is located. |
-# On a Mac, this might be /Users/mmortensen/Oct19update/nacl_sdk |
-# On a Linux system, it could be /home/mmortensen/nacl_sdk_zip/nacl_sdk |
-export NACL_SDK_ROOT=/home/mmortensen/nacl_sdk_zip/nacl_sdk |
-echo "Setting NACL_SDK_ROOT to $NACL_SDK_ROOT, which is based on naclsdk auto-updater" |
-echo |
-echo "Calling ./scons" |
- |
-./scons $* |