Shell Server Test Script now available!

The script to test your shell server is now available from inside the ISEAGE network at http://blue.cdc.net/compile_test.sh

You can grab and run this easily via command line (assuming you’ve set up your network interface properly):

wget http://blue.cdc.net/compile_test.sh
chmod +x compile_test.sh
./compile_test.sh

Please note the difference between the java runtime (java) and java compiler (javac), as you will need both to function correctly!

The script automatically generates and deletes source files to run its tests. If you’d prefer to use these files for troubleshooting, simply set the PRESERVE variable near the beginning of the script to 1.

If you’d like to examine it on your local machine, it is also available here: compile_test.sh_.txt Remove the “_.txt” ending before running it.

Leave a Reply

Your email address will not be published. Required fields are marked *