Created
May 14, 2019 03:41
-
-
Save dim882/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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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