Update scripting system.

This commit is contained in:
2026-09-10 19:19:13 +01:00
parent 3a273d1ee8
commit 5caf6fb658
4 changed files with 74 additions and 29 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def project_ws(n, sub)
end
def running?(process)
system("pgrep -x #{process} > /dev/null 2>&1")
system("pgrep #{process} > /dev/null 2>&1")
end
def go_project(n, sub)