commit 7797d63
hovercats
·
2024-09-06 01:57:30 +0000 UTC
parent 80a2cb9
holup: remove curlybraces
1 files changed,
+1,
-3
M
rc/holup
M
rc/holup
+1,
-3
1@@ -3,6 +3,4 @@
2 flag e +
3
4 # just wait a bit
5-while() {
6- wait $pid
7-}
8+while() wait $pid