diff options
-rw-r--r-- | src/graphics.o | bin | 28960 -> 0 bytes | |||
-rw-r--r-- | src/hackvr.o | bin | 10564 -> 0 bytes | |||
-rwxr-xr-x | traceroute_hackvr.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.o b/src/graphics.o Binary files differdeleted file mode 100644 index 4885f77..0000000 --- a/src/graphics.o +++ /dev/null diff --git a/src/hackvr.o b/src/hackvr.o Binary files differdeleted file mode 100644 index 12b341d..0000000 --- a/src/hackvr.o +++ /dev/null diff --git a/traceroute_hackvr.sh b/traceroute_hackvr.sh index cdf9c69..c47cd5f 100755 --- a/traceroute_hackvr.sh +++ b/traceroute_hackvr.sh @@ -1,2 +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 +cat <(./tools/dat2hackvr.pl earth 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 |