-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 2870621fda77e7daffee13984618d213b83738a3:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 2870621fda77e7daffee13984618d213b83738a3
Author: epoch <epoch@hacking.allowed.org>
Date:   Thu Apr 2 01:25:54 2020 -0500

    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

diff --git a/bin/hackvr_uri b/bin/hackvr_uri

index a5bc8c5ab4edc3d3c5b9920c10eac497e83188aa..

index ..d4e3b3ac4cb88386370c6fae08ceb58218f66381 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)

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:41:31 2024