aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/sleep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/sleep.sh')
-rwxr-xr-xcircuitpython/sleep.sh2
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