diff options
author | epoch <epoch@thebackupbox.net> | 2020-04-07 06:51:48 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-04-07 06:51:48 -0500 |
commit | 1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3 (patch) | |
tree | 395be28b4ef60a0ab129dd5293c367f6dff6f876 /bin | |
parent | 35b84411ef9e69ab01bf0de789cce296d302110e (diff) | |
download | hackvr-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-x | bin/hackvr_coproc | 2 |
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:$*" |