From 1761d2702eb315fdcc40990b715b595c19241882 Mon Sep 17 00:00:00 2001 From: forl0rn Date: Sun, 3 May 2026 20:10:20 -0500 Subject: [PATCH] added a couple comments --- jstat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jstat b/jstat index a7763fe..8e38bf8 100755 --- a/jstat +++ b/jstat @@ -1,7 +1,9 @@ #!/bin/bash +# make sure it doesn't run more than once pgrep -x "$(basename "$0")" | grep -v $$ >/dev/null && exit 0 +# placeholder for first loop pass xsetroot -name "Loading ..." while true; do