aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-04-07 06:51:48 -0500
committerepoch <epoch@thebackupbox.net>2020-04-07 06:51:48 -0500
commit1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3 (patch)
tree395be28b4ef60a0ab129dd5293c367f6dff6f876 /bin
parent35b84411ef9e69ab01bf0de789cce296d302110e (diff)
downloadhackvr-1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3.tar.gz
hackvr-1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3.zip
moved hackvr_coproc into main bin dir. added example uristart.conf file for hackvr URIs. fixed calvr makefile to not do hackvr_coproc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hackvr_coproc2
1 files changed, 2 insertions, 0 deletions
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:$*"