diff options
Diffstat (limited to 'share/hackvr/examples/hackvrd/hackvr-subsystem')
-rwxr-xr-x | share/hackvr/examples/hackvrd/hackvr-subsystem | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/share/hackvr/examples/hackvrd/hackvr-subsystem b/share/hackvr/examples/hackvrd/hackvr-subsystem deleted file mode 100755 index 024a896..0000000 --- a/share/hackvr/examples/hackvrd/hackvr-subsystem +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -o pipefail - -if [ "$1" ];then - derp="$USER action $1" -fi -cat <(echo $derp) /dev/stdin | socat tcp-connect:127.0.0.1:1337,null-eof stdio |