diff options
author | epoch <epoch@hacking.allowed.org> | 2017-04-14 20:41:33 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-04-14 20:41:33 -0500 |
commit | 34628f9a0df01adc1d17e44f569600dc7d9d1414 (patch) | |
tree | 06a1e6d962af2b5daed9110cf86658457cfa0452 | |
parent | cf960c407ab60b5179d8085e6f7461288aef6e19 (diff) | |
download | hackvr-34628f9a0df01adc1d17e44f569600dc7d9d1414.tar.gz hackvr-34628f9a0df01adc1d17e44f569600dc7d9d1414.zip |
added line2hackvr.sh so I could look at dragon curves generated with my misc repo's dragon tools
-rwxr-xr-x | tools/line2hackvr.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/line2hackvr.sh b/tools/line2hackvr.sh new file mode 100755 index 0000000..d46d73d --- /dev/null +++ b/tools/line2hackvr.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#this is used on turn2line output +xargs -L 1 printf "dragon addshape 2 0 %d %d 0 %d %d\n" $line |