summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvrd/hackvr-subsystem
blob: ad99b849675d13892d5c7ef4f861247f2a267b06 (plain) (blame)
1
2
3
4
5
#!/bin/bash
if [ "$1" ];then
  derp="$USER action $1"
fi
cat <(echo $derp) /dev/stdin | ncat 127.0.0.1 1337