From 826eff5bb47181cf38e16c6658c7876a3e0b7183 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 04:04:34 -0600 Subject: fixed offsetshape to start looping in the right spot. oops. --- tools/offsetshape.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/offsetshape.sh b/tools/offsetshape.sh index 928a759..3362e3b 100755 --- a/tools/offsetshape.sh +++ b/tools/offsetshape.sh @@ -1,5 +1,3 @@ #!/bin/sh #objectname addshape color points_in_shape -echo offsetshape: $1 $2 $3 -awk '{ for(i=4;i<=(4+($4*3));i+=3){$i+='"$1"';$(i+1)+='"$2"';$(i+2)+='"$3"';} print $0;}' - +awk '{ for(i=5;i<=(4+($4*3));i+=3){$i+='"$1"';$(i+1)+='"$2"';$(i+2)+='"$3"';} print $0;}' -- cgit v1.2.3