diff options
Diffstat (limited to 'share/hackvr/examples/anonet_map/paths-to-edges')
-rwxr-xr-x | share/hackvr/examples/anonet_map/paths-to-edges | 5 |
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 ' ' |