summaryrefslogtreecommitdiff
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-subsystem5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/hackvr/examples/hackvrd/hackvr-subsystem b/share/hackvr/examples/hackvrd/hackvr-subsystem
new file mode 100755
index 0000000..ad99b84
--- /dev/null
+++ b/share/hackvr/examples/hackvrd/hackvr-subsystem
@@ -0,0 +1,5 @@
+#!/bin/bash
+if [ "$1" ];then
+ derp="$USER action $1"
+fi
+cat <(echo $derp) /dev/stdin | ncat 127.0.0.1 1337