From c0e38b3d008c2aa07c7cd03a0ce74edbaf05f8e5 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 14 Apr 2020 11:49:04 +0000 Subject: added a bunch of the hackvr-server scripts --- share/hackvr/examples/hackvrd/hackvr-subsystem | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 share/hackvr/examples/hackvrd/hackvr-subsystem (limited to 'share/hackvr/examples/hackvrd/hackvr-subsystem') 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 -- cgit v1.2.3