-- 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: 178ca5c659244b19c390b0700a4218215dc6fb3d:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 178ca5c659244b19c390b0700a4218215dc6fb3d
Author: epoch <epoch@hacking.allowed.org>
Date:   Thu Apr 2 02:36:08 2020 -0500

    made the xargs in hackvr_uri use the GNU extension -r to not run anything if there are not any lines of input

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

index d4e3b3ac4cb88386370c6fae08ceb58218f66381..

index ..7907d9bbeaf38355bc8b8a748b55035e1ca783b6 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 -P 0 -0 copy_start_nevermind.sh 2>&1 >/dev/null)
+        | xargs -n1 -r -P 0 -0 copy_start_nevermind.sh 2>&1 >/dev/null)

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

-- Response ended

-- Page fetched on Sun Jun 2 14:42:19 2024