1 2 3 4 5 6 7
#!/bin/bash while : do echo "Loading manachat (abort with CTRL+C)" ./simple.py sleep 15 done