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 159B

12345
  1. #until "python3 /home/pi/zpc_ct/main.py"; do
  2. until python3 ./main.py; do
  3. echo "App 'zpc_ct' crashed with exit code $?. Respawning.." >&2
  4. sleep 2
  5. done