diff options
Diffstat (limited to 'noise-as-shack')
-rwxr-xr-x | noise-as-shack | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noise-as-shack b/noise-as-shack new file mode 100755 index 00000000..10ae3c1c --- /dev/null +++ b/noise-as-shack @@ -0,0 +1,4 @@ +#! /bin/sh +qname="`readlink -f "$0"`" +dirname="`dirname "$qname"`" +exec su - shack -c "env -i TCPREMOTEIP=\"$TCPREMOTEIP\" \"$dirname/noise\"" |