summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvrd/hackvr-subsystem
blob: 024a896d99de349d7504a9df9b7e42cc235403fd (plain) (blame)
1
2
3
4
5
6
7
#!/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