#!/bin/bash source ./env/bin/activate while true; do python main.py sleep 2 done