From 2fab66039b6c2f8fe4ada2a34cae0c61c2279211 Mon Sep 17 00:00:00 2001 From: Gijs de Heij <gijs@de-heij.com> Date: Tue, 19 Dec 2017 16:00:15 +0100 Subject: [PATCH] Added runner script --- runner.sh | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 runner.sh diff --git a/runner.sh b/runner.sh new file mode 100644 index 0000000..b91fc42 --- /dev/null +++ b/runner.sh @@ -0,0 +1,49 @@ +#cat init-dance.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-8.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat grid-lines.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-1.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo +#cat dot.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat title.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-2.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo +less line-hpgl; +less line-logo; +less line-mpost; +#cat line-1.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat line-2.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat line-3.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat line-4.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat line-5.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-3.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-1.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-2.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-3.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-4.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-5.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat corner-6.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-4.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +less circle-hpgl; +less circle-logo; +less circle-mpost; +#cat circles.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-5.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat et0.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat et1.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat et2.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat et3.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat et4.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-6.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat he-straight.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +read -p "" foo; +#cat he-curved.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; +#cat page-7.hpgl | tee -a plot.hpgl > /dev/ttyUSB0; \ No newline at end of file -- GitLab