Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tomjadams/84401 to your computer and use it in GitHub Desktop.

Select an option

Save tomjadams/84401 to your computer and use it in GitHub Desktop.
#!/bin/sh
NUM_CORES=2
FJ_ARTIFACTS_DIR=/home/me/functionaljava/artifacts/latest
cd FJ_ARTIFACTS_DIR
javac -d /tmp/ -classpath functionaljava.jar demo/1.5/concurrent/Fibs.java
java -classpath /tmp/:functionaljava.jar concurrent.Fibs ${NUM_CORES}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment