diff options
Diffstat (limited to 'launch.sh')
-rwxr-xr-x | launch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..d046481 --- /dev/null +++ b/launch.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +root=$(dirname $0) +cd ${root} +${root}/venv/bin/python ${root}/main.py "$@" &>$HOME/logs/discordbot + + + |