From 9f91b57866e348397d6d6abc15f5ffce4fca47f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Feb 2020 00:14:15 +0000 Subject: [PATCH 1/1] quacks-ingredients: gcode manipulation Fix Signed-off-by: Ian Jackson --- quacks-ingredients-make-copy-gcodes | 1 + 1 file changed, 1 insertion(+) diff --git a/quacks-ingredients-make-copy-gcodes b/quacks-ingredients-make-copy-gcodes index 35b2d84..af8559c 100755 --- a/quacks-ingredients-make-copy-gcodes +++ b/quacks-ingredients-make-copy-gcodes @@ -53,6 +53,7 @@ umount /media/sd >/dev/null 2>&1 ||: mount /media/sd for l in 1 2 3 4 5 234; do + gh cp $g $h done -- 2.30.2