diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-01-24 05:17:14 -0600 |
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-01-24 05:17:14 -0600 |
| commit | aaad5c31463a909723ddcc94fe3626e82d2b8590 (patch) | |
| tree | 66f52eaec82b0ae806f10c9cadd969147e845a02 | |
| parent | 1d4c68224506cd265d75e1a66c272e8bd950f026 (diff) | |
| download | hackvr-aaad5c31463a909723ddcc94fe3626e82d2b8590.tar.gz hackvr-aaad5c31463a909723ddcc94fe3626e82d2b8590.zip | |
added back some of the earth data that was removed
| -rw-r--r-- | earth/world_110m.txt.gz | bin | 0 -> 87426 bytes | |||
| -rwxr-xr-x | traceroute_hackvr.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/earth/world_110m.txt.gz b/earth/world_110m.txt.gz Binary files differnew file mode 100644 index 0000000..0452330 --- /dev/null +++ b/earth/world_110m.txt.gz diff --git a/traceroute_hackvr.sh b/traceroute_hackvr.sh index fb73080..5171d0c 100755 --- a/traceroute_hackvr.sh +++ b/traceroute_hackvr.sh @@ -1,2 +1,2 @@ #!/bin/bash -cat <(./tools/dat2hackvr.pl earth <(zcat earth/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 +cat <(./tools/dat2hackvr.pl earth <(zcat earth/world_110m.txt.gz)) ./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 |
