aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/anonet_map/paths-to-edges
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/anonet_map/paths-to-edges')
-rwxr-xr-xshare/hackvr/examples/anonet_map/paths-to-edges5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/hackvr/examples/anonet_map/paths-to-edges b/share/hackvr/examples/anonet_map/paths-to-edges
deleted file mode 100755
index 38fc488..0000000
--- a/share/hackvr/examples/anonet_map/paths-to-edges
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-arr=($*)
-for i in ${!arr[@]};do
- echo ${arr[$i]} ${arr[$i+1]}
-done | grep ' '