Skip to content

Instantly share code, notes, and snippets.

@shaunlebron
Created April 10, 2016 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunlebron/1f285bfb05305418f95d9e4cc7cf3c75 to your computer and use it in GitHub Desktop.
Save shaunlebron/1f285bfb05305418f95d9e4cc7cf3c75 to your computer and use it in GitHub Desktop.
if [ ! -f .classpath ]; then
classpath=`boot show -c | tee .classpath`
else
classpath=`cat .classpath`
fi
planck -c $classpath ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment