diff options
-rwxr-xr-x | IPs_to_triangle.sh | 2 |
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' |