-- 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: 47b35448bdf1e0e1faeaaf6250bf44c491b198d3:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 47b35448bdf1e0e1faeaaf6250bf44c491b198d3
Author: epoch <epoch@hacking.allowed.org>
Date:   Sun Dec 24 03:18:47 2017 -0600

    made run script decode the data lines by running new script before sending to pty

diff --git a/hackvr_term/run b/hackvr_term/run

index 31302dcfb03d3aa3f274afde43788f95ddcd5aad..

index ..396a92203c271102eeaeb09e4fa0c8043d35e17b 100755

--- a/hackvr_term/run
+++ b/hackvr_term/run
@@ -1,9 +1,9 @@
 #!/bin/bash
 mknod p p
 cat <(cat camera.pos | sed 's/USER/'"$USER"'/g') \
-    <(python -c 'import pty;pty.spawn("/bin/bash")' < p \
+    <(./hackvr_data_decode.sh <p \
+       | python -c 'import pty;pty.spawn("/bin/bash")' \
        | ./hackvr_term 80 25 \
-       | sed -u 's/addshape -1/addshape 2/g' \
-       | tee /dev/stderr) \
-  | ../hackvr $USER > p
+       | sed -u 's/addshape -1/addshape 2/g') \
+  | ../hackvr $USER | tee /dev/stderr > p
 rm p

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

-- Response ended

-- Page fetched on Sun Jun 2 18:13:48 2024