aboutsummaryrefslogtreecommitdiffstats
path: root/IPs_to_triangle.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-11-19 01:46:11 -0600
committerepoch <epoch@hacking.allowed.org>2017-11-19 01:46:11 -0600
commit3d5b222bdaa0a45380f0996ea9b8773592304a03 (patch)
tree1a7b1bdb01ef464f9b39ebc992a48f950e18731f /IPs_to_triangle.sh
parent725017419d8e5e6afce1f645587d9cb1c670290e (diff)
downloadhackvr-3d5b222bdaa0a45380f0996ea9b8773592304a03.tar.gz
hackvr-3d5b222bdaa0a45380f0996ea9b8773592304a03.zip
fixed IPs_to_triangles.sh to use addshape instead of addtriangle
Diffstat (limited to 'IPs_to_triangle.sh')
-rwxr-xr-xIPs_to_triangle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/IPs_to_triangle.sh b/IPs_to_triangle.sh
index a84e3db..d6ef20c 100755
--- a/IPs_to_triangle.sh
+++ b/IPs_to_triangle.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-whob | egrep '^IP|^Lat|^Long' | cut '-d ' -f2- | paste - - - | tr '\t' ' ' | awk '{print $1, $3, $2, 0, $3, $2, 0, $3, $2, 0}' | xargs -L1 printf '%s addtriangle %s %s %s %s %s %s %s %s %s\n'
+whob | egrep '^IP|^Lat|^Long' | cut '-d ' -f2- | paste - - - | tr '\t' ' ' | awk '{print $1, $3, $2, 0, $3, $2, 0, $3, $2, 0}' | xargs -L1 printf '%s addshape 3 %s %s %s %s %s %s %s %s %s\n'