diff options
| author | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:12 -0500 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:12 -0500 | 
| commit | dd737c645037d32bd67a6ca6f377787297921421 (patch) | |
| tree | 0b533d9a79d45d6bf184f93c90c5dcbcad142d07 /bin | |
| parent | 36da2549891d0d67ed267b3bc5336bf14b2c64de (diff) | |
| parent | 7ffc20e9ae8297ea8b6f796310cf065d4186aa5b (diff) | |
| download | hackvr-dd737c645037d32bd67a6ca6f377787297921421.tar.gz hackvr-dd737c645037d32bd67a6ca6f377787297921421.zip | |
merged some derp in hackvr_term
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/hackvr_coproc | 2 | ||||
| -rwxr-xr-x | bin/hackvr_open | 4 | 
2 files changed, 6 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:$*" 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 | 
