marvvin

IRC bot
Log | Files | Refs | README | LICENSE

commit 1d951ff556fe970376f767571980dc772e36d16c
parent cecf4ec65e5a339598d962eb7bc5856f380dab96
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 23 Apr 2021 10:53:59 +0100

ctl.sh: add start

Diffstat:
Mctl.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/ctl.sh b/ctl.sh @@ -3,6 +3,9 @@ cd $(dirname $0) case "$1" in + start) + nohup ./main.sh & + ;; join) shift for channel in "$@"