diff options
Diffstat (limited to 'tools/line2hackvr.sh')
-rwxr-xr-x | tools/line2hackvr.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/line2hackvr.sh b/tools/line2hackvr.sh deleted file mode 100755 index 0ff5290..0000000 --- a/tools/line2hackvr.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -#this is used on turn2line output -if [ "_$1" = '_' ];then - echo 'usage: line2hackvr.sh name' >&2 - exit 1 -fi -xargs -L 1 printf "%s addshape 2 2 0 %d %d 0 %d %d\n" "$1" $line |