diff options
author | epoch <epoch@hacking.allowed.org> | 2020-03-28 05:44:55 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-03-28 05:44:55 -0500 |
commit | 03375075a2668be21fc79c073aa990e510c2c4fb (patch) | |
tree | 64380e071368d14ec437c8a885b0d8cfa457dff2 /share/hackvr/examples/anonet_map | |
parent | f44cae6f0b51d4efb001ab91b3a299b422a8ffc2 (diff) | |
download | hackvr-03375075a2668be21fc79c073aa990e510c2c4fb.tar.gz hackvr-03375075a2668be21fc79c073aa990e510c2c4fb.zip |
updated anonet map to use the new name for "scaleup" which is just "scale"
Diffstat (limited to 'share/hackvr/examples/anonet_map')
-rwxr-xr-x | share/hackvr/examples/anonet_map/map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/anonet_map/map b/share/hackvr/examples/anonet_map/map index 4c839a7..13279ab 100755 --- a/share/hackvr/examples/anonet_map/map +++ b/share/hackvr/examples/anonet_map/map @@ -44,7 +44,7 @@ for node in $nodes;do printf "<whois://whois.ano/AS* rotate 0 0 +%d\n" "$[360 / ${nodes_count} ]" printf "<whois://whois.ano/AS* flatten\n" makelabel.sh AS$node $( echo | awk "{print $(xcoord_by_ASN $node) * 13}" ) $( echo | awk "{print $(ycoord_by_ASN $node) * 13}" ) -10 <<< $node - printf "AS%s scaleup .1 .1 .1\n" "$node" + printf "AS%s scale .1 .1 .1\n" "$node" done for i in $edges;do |