Dont print out path
This commit is contained in:
parent
a02b6f24f5
commit
1342399791
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# processing-java requires the full path of the sketch
|
# processing-java requires the full path of the sketch
|
||||||
SKETCH=`realpath ./processing/example-sketch`
|
SKETCH=`realpath ./processing/example-sketch`
|
||||||
echo "$SKETCH"
|
|
||||||
# pass all arguments on bash script example-sketch.pde sketch
|
# pass all arguments on bash script example-sketch.pde sketch
|
||||||
processing-java --sketch="${SKETCH}" --run \
|
processing-java --sketch="${SKETCH}" --run \
|
||||||
"${@}"
|
"${@}"
|
Loading…
Reference in New Issue