aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/hackvrd/hackvr-subsystem
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/hackvrd/hackvr-subsystem')
-rwxr-xr-xshare/hackvr/examples/hackvrd/hackvr-subsystem7
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