#!shebang

This commit is contained in:
lda
2026-04-11 14:39:56 +07:00 Unverified
parent fc2243ed8f
commit a36e9d058d
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fi
kill -TERM "$pids" 2>/dev/null || true
# Optional: hard kill if still alive after a short grace
usleep 250000 # uhhh sleep is stupid
usleep 250000 # uhhh sleep is not found
remain=""
for p in $pids; do
kill -0 "$p" 2>/dev/null && remain="$remain $p"