diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-01-24 03:59:15 -0600 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-01-24 03:59:15 -0600 | 
| commit | 1d4c68224506cd265d75e1a66c272e8bd950f026 (patch) | |
| tree | ec136d7e5feb86fa5816a15313f23faa263cc9c1 | |
| parent | 44c52ec2de07330ad3a360090238faaef616f40e (diff) | |
| download | hackvr-1d4c68224506cd265d75e1a66c272e8bd950f026.tar.gz hackvr-1d4c68224506cd265d75e1a66c272e8bd950f026.zip  | |
derp
| -rwxr-xr-x | traceroute_hackvr.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/traceroute_hackvr.sh b/traceroute_hackvr.sh index c47cd5f..fb73080 100755 --- a/traceroute_hackvr.sh +++ b/traceroute_hackvr.sh @@ -1,2 +1,2 @@  #!/bin/bash -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 +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  | 
