diff options
Diffstat (limited to 'traceroute_hackvr.sh')
-rwxr-xr-x | traceroute_hackvr.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/traceroute_hackvr.sh b/traceroute_hackvr.sh new file mode 100755 index 0000000..cdf9c69 --- /dev/null +++ b/traceroute_hackvr.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cat <(./tools/dat2hackvr.pl world world/world_110m.txt) ./world_camera <(./traceroute_to_dat.sh $1 | cut '-d ' -f2- | awk '{print $2,$1}' | tail -n+2 | ./tools/dat2hackvr.pl route /dev/stdin) /dev/stdin | ./hackvr epoch |