diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 21:19:30 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 21:19:30 +0530 |
commit | 158df569bc1efa4fea1272e6c8f232efed194aa7 (patch) | |
tree | 3bddbffc549102ef3fabae8bdaf0e1e13360cf7e /circuitpython/sleep.sh | |
parent | a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (diff) |
progress
Diffstat (limited to 'circuitpython/sleep.sh')
-rwxr-xr-x | circuitpython/sleep.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/circuitpython/sleep.sh b/circuitpython/sleep.sh new file mode 100755 index 0000000..52597c5 --- /dev/null +++ b/circuitpython/sleep.sh @@ -0,0 +1,2 @@ +#!/bin/bash +while true; do sleep 1000; done
\ No newline at end of file |