diff options
Diffstat (limited to 'streams/groove')
l---------[-rwxr-xr-x] | streams/groove | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/streams/groove b/streams/groove index 8c2faddd..b0148d72 100755..120000 --- a/streams/groove +++ b/streams/groove @@ -1,16 +1 @@ -#! /bin/bash -set -euf -STR=$PWD/streams -case "$1" in - start) - $STR start groove - stop) - $STR stop - ;; - restart) - $STR restart groove - ;; - *) - echo "aidsballs" - ;; -esac +stream-starter
\ No newline at end of file |