From 1342399791aabd423a89b5435da32c411f8ccbe7 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 May 2021 13:08:31 -0400 Subject: [PATCH] Dont print out path --- processing/example-sketch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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