Add run_ubot_forever.sh
This commit is contained in:
parent
7f4e88520a
commit
a35de85eda
1 changed files with 12 additions and 0 deletions
12
run_ubot_forever.sh
Executable file
12
run_ubot_forever.sh
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
# Run ubot2 forever
|
||||||
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
|
function start
|
||||||
|
{
|
||||||
|
while true; do
|
||||||
|
env/bin/python rtmbot.py
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
start
|
Loading…
Add table
Add a link
Reference in a new issue