From 1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 7 Apr 2020 06:51:48 -0500 Subject: moved hackvr_coproc into main bin dir. added example uristart.conf file for hackvr URIs. fixed calvr makefile to not do hackvr_coproc --- bin/hackvr_coproc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/hackvr_coproc (limited to 'bin') diff --git a/bin/hackvr_coproc b/bin/hackvr_coproc new file mode 100755 index 0000000..d79de92 --- /dev/null +++ b/bin/hackvr_coproc @@ -0,0 +1,2 @@ +#!/bin/sh +exec socat "exec:hackvr_uri" "exec:$*" -- cgit v1.2.3 From 7ffc20e9ae8297ea8b6f796310cf065d4186aa5b Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 7 Apr 2020 06:52:56 -0500 Subject: added a script hackvr_open to just open a file in hackvr without hackvr exiting from EOF --- bin/hackvr_open | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/hackvr_open (limited to 'bin') diff --git a/bin/hackvr_open b/bin/hackvr_open new file mode 100755 index 0000000..3121f46 --- /dev/null +++ b/bin/hackvr_open @@ -0,0 +1,4 @@ +#!/bin/sh +### you may want to force this pipeline through a new x-terminal-emulator if you want to be able to write to stdin by hand. +### for debugging purposes? I'll probably do that soon. +nonblocktail "$1" /dev/stdin | hackvr -- cgit v1.2.3