Skip to content

Instantly share code, notes, and snippets.

@d-imal
Created May 14, 2019 03:41
Show Gist options
  • Save d-imal/2b2947d4eb5368f0bb8a0a76c9f23b91 to your computer and use it in GitHub Desktop.
Save d-imal/2b2947d4eb5368f0bb8a0a76c9f23b91 to your computer and use it in GitHub Desktop.
Nicer way to run Processing sketches from the command line. Just pass the relative dir
#!/usr/bin/env sh
processing-java --sketch=`pwd`/$1 --run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment