summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/anonet_map/paths-to-edges
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-03-13 09:03:06 -0500
committerepoch <epoch@hacking.allowed.org>2020-03-13 09:03:06 -0500
commit22942add557f242425ae9d9813ff13377d515b51 (patch)
tree0a3727d3611802e95a15e3017baf95188ce1841a /share/hackvr/examples/anonet_map/paths-to-edges
parent1de9b6df32d18eaf44b668f79217ff4a0d7973e2 (diff)
downloadhackvr-22942add557f242425ae9d9813ff13377d515b51.tar.gz
hackvr-22942add557f242425ae9d9813ff13377d515b51.zip
added an anonet map
Diffstat (limited to 'share/hackvr/examples/anonet_map/paths-to-edges')
-rwxr-xr-xshare/hackvr/examples/anonet_map/paths-to-edges5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/hackvr/examples/anonet_map/paths-to-edges b/share/hackvr/examples/anonet_map/paths-to-edges
new file mode 100755
index 0000000..38fc488
--- /dev/null
+++ b/share/hackvr/examples/anonet_map/paths-to-edges
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+arr=($*)
+for i in ${!arr[@]};do
+ echo ${arr[$i]} ${arr[$i+1]}
+done | grep ' '