aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/sleep.sh
blob: 52597c56e7a6894823a7aa722e68a9f9f933d2f5 (plain)
1
2
#!/bin/bash
while true; do sleep 1000; done