-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: fmrl-client
action: commit
revision:
path_from:
revision_from: f456c35fb09aaff2f5cec4e50380ffa001131567:
path_to:
revision_to:

git.thebackupbox.net

fmrl-client

git://git.thebackupbox.net/fmrl-client

commit f456c35fb09aaff2f5cec4e50380ffa001131567
Author: epoch <epoch@enzo.thebackupbox.net>
Date:   Tue Feb 15 02:38:37 2022 +0000

    output debug stuff to stderr instead of stdout

diff --git a/fmrl-parse-status b/fmrl-parse-status

index 259ecf21fa1c9a3cea08201fde20fe282f345a2c..

index ..648572296b914bb05ec235007bde477c45cc285f 100755

--- a/fmrl-parse-status
+++ b/fmrl-parse-status
@@ -3,8 +3,8 @@
 user="$(printf "$1\n" | cut -d: -f2 | sed 's/^@*//g' | cut -d@ -f1 )"
 host="$(printf "$1\n" | cut -d: -f2 | sed 's/^@*//g' | cut -d@ -f2 )"

-echo $user
-echo $host
+printf "user: %s\n" "${user}" >&2
+printf "host: %s\n" "${host}" >&2

 host_cache_file=~/.cache/fmrl/@"${host}"

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

-- Response ended

-- Page fetched on Sun Jun 2 16:05:16 2024