diff --git a/processing/example-sketch.sh b/processing/example-sketch.sh index a811076..f0a703b 100644 --- a/processing/example-sketch.sh +++ b/processing/example-sketch.sh @@ -4,7 +4,7 @@ # processing-java requires the full path of the sketch SKETCH=`realpath ./processing/example-sketch` -echo "$SKETCH" + # pass all arguments on bash script example-sketch.pde sketch processing-java --sketch="${SKETCH}" --run \ "${@}" \ No newline at end of file