raspberry pi zero based drum machine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

runner.sh 108B

1234
  1. until python3 ./main.py; do
  2. echo "zpc_ct crashed with exit code $?. Respawning.." >&2
  3. sleep 2
  4. done