diff options
| -rwxr-xr-x | tools/offsetshape.sh | 4 | 
1 files changed, 1 insertions, 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;}'  | 
