summaryrefslogtreecommitdiff
path: root/tools/offsetshape.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/offsetshape.sh')
-rwxr-xr-xtools/offsetshape.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/offsetshape.sh b/tools/offsetshape.sh
deleted file mode 100755
index f3ceabd..0000000
--- a/tools/offsetshape.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-#format of lines read from stdin:
-# $1 $2 $3 $4 <-- variables in awk
-#objectname addshape color points_in_shape
-awk '{ for(i=5;i<=(4+($4*3));i+=3){$i+='"$1"';$(i+1)+='"$2"';$(i+2)+='"$3"';} print $0;}'