From ed79435a1efc2f9c348e66dd2d9b6c80e5f8f888 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 03:29:56 -0600 Subject: updated the tools to be color argument aware of addshape --- tools/line2hackvr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/line2hackvr.sh') diff --git a/tools/line2hackvr.sh b/tools/line2hackvr.sh index f2ea143..0ff5290 100755 --- a/tools/line2hackvr.sh +++ b/tools/line2hackvr.sh @@ -4,4 +4,4 @@ if [ "_$1" = '_' ];then echo 'usage: line2hackvr.sh name' >&2 exit 1 fi -xargs -L 1 printf "%s addshape 2 0 %d %d 0 %d %d\n" "$1" $line +xargs -L 1 printf "%s addshape 2 2 0 %d %d 0 %d %d\n" "$1" $line -- cgit v1.2.3