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/run | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 share/hackvr/examples/anonet_map/run (limited to 'share/hackvr/examples/anonet_map/run') diff --git a/share/hackvr/examples/anonet_map/run b/share/hackvr/examples/anonet_map/run deleted file mode 100755 index c4c1c05..0000000 --- a/share/hackvr/examples/anonet_map/run +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -nonblocktail <(./map) /dev/stdin \ - | hackvr \ - | while read group action target;do - if [ $action = "action" ];then - printf "%s\n" "$target" | tee /dev/stderr | grep '^<\(.*\)>$' | sed 's/^<\(.*\)>$/\1/g' | tr '\n' '\0' | xargs -n1 -0 copy_start_nevermind.sh & - fi - done -- cgit v1.2.3