#!/bin/bash while : do echo "Loading manachat (abort with CTRL+C)" ./simple.py sleep 15 done