diff options
author | root <root@shack.fritz.box> | 2010-04-26 19:43:49 +0200 |
---|---|---|
committer | root <root@shack.fritz.box> | 2010-04-26 19:43:49 +0200 |
commit | 20460b4b9d1a2a1dd21c0616a2174e621b21ab05 (patch) | |
tree | 53011f7cd6c3b33534d8425597ff62742a835430 /noise-as-shack | |
parent | 3ee6fac509018191edb5c424fbd3adb4b1b25100 (diff) |
Start noise as shack
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..c327bb81 --- /dev/null +++ b/noise-as-shack @@ -0,0 +1,4 @@ +#! /bin/sh +qname="`readlink -f "$0"`" +dirname="`dirname "$qname"`" +exec su - shack -c "$dirname"/noise |