From 3d5b222bdaa0a45380f0996ea9b8773592304a03 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 19 Nov 2017 01:46:11 -0600 Subject: fixed IPs_to_triangles.sh to use addshape instead of addtriangle --- IPs_to_triangle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3