From e42eabb57641a219691f3ce61b29f363b9aaef5d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 2 Oct 2021 08:21:41 -0400 Subject: [PATCH] decided it is actually nice to see gen marks this used to move the finished gen marks file up to home, and that's actually a lot nicer than leaving it lying around in temp. have reenabled move code. --- scripts/marks/create_marks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/marks/create_marks.sh b/scripts/marks/create_marks.sh index a1ae5db2..40b07b4e 100644 --- a/scripts/marks/create_marks.sh +++ b/scripts/marks/create_marks.sh @@ -46,5 +46,5 @@ if [ $? != 0 ]; then fi \mv -f $genlinx $genlinx_moz $genlinx_js $GRUNTOSE_DIR/Info/Twain -#not needed: \mv -f $newmarx $HOME +\mv -f $newmarx $HOME -- 2.34.1