Initial commit

This commit is contained in:
2025-10-16 19:26:07 +09:00
commit f8b25c3346
10 changed files with 476 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# sleepexec
> [!CAUTION]
> This software is not finished
This is a utility for running commands continuously until certain conditions are met
It is meant as a replacement for shells in the cases where you are running commands in while loops, often intertwined with sleep statements.