#!/usr/bin/env zsh # Run ubot2 forever # Eryn Wells function start { while true; do env/bin/python rtmbot.py done } start