index
:
raspi-ducky.git
main
A tool to turn the Raspberry Pi Pico into a USB Rubber Ducky
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
circuitpython
/
sleep.sh
blob: 52597c56e7a6894823a7aa722e68a9f9f933d2f5 (
plain
)
1
2
#!/bin/bash
while
true
;
do
sleep
1000
;
done