From 2870621fda77e7daffee13984618d213b83738a3 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 2 Apr 2020 01:25:54 -0500 Subject: made xargs fork off for each attempted start of a URI so you can open more than one at a time and they don't get stuck behind each other --- bin/hackvr_uri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hackvr_uri') diff --git a/bin/hackvr_uri b/bin/hackvr_uri index a5bc8c5..d4e3b3a 100755 --- a/bin/hackvr_uri +++ b/bin/hackvr_uri @@ -4,4 +4,4 @@ hackvr \ | tee \ >(sed -un "s/$USER *action *<\([^ ]*\)>/\1/p" \ | stdbuf -o0 tr '\n' '\0' \ - | xargs -n1 -0 copy_start_nevermind.sh 2>&1 >/dev/null) + | xargs -n1 -P 0 -0 copy_start_nevermind.sh 2>&1 >/dev/null) -- cgit v1.2.3