¡Hyperling.com 2.0! #16

Merged
me merged 75 commits from dev into main 2025-10-14 14:54:55 -07:00
Showing only changes of commit 6def1a3007 - Show all commits

2
run.sh
View File

@@ -134,7 +134,7 @@ status=$?
## Finish ##
log "Kill spawned processes."
pkill -P $$
pkill -eP $$
log "Exiting with status '$status'."
exit $status