Dont print out path

This commit is contained in:
Matt McWilliams 2021-05-09 13:08:31 -04:00
parent a02b6f24f5
commit 1342399791
1 changed files with 1 additions and 1 deletions

View File

@ -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 \
"${@}"