From 6492ba6b4107a4da228e18db4fc5fc871bfb0579 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 17 Aug 2022 21:34:02 -0500 Subject: updated README to show that everything that got deleted went to an -extras repo. also, hackvr script updated to be better bash --- share/hackvr/examples/anonet_map/paths-to-edges | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 share/hackvr/examples/anonet_map/paths-to-edges (limited to 'share/hackvr/examples/anonet_map/paths-to-edges') 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 ' ' -- cgit v1.2.3