all repos — honk @ 8d6d0447ba94ac966ef9707787a9771f1a5f2874

my fork of honk

better restart script
Anirudh Oppiliappan x@icyphox.sh
Sun, 27 Nov 2022 10:06:26 +0530
commit

8d6d0447ba94ac966ef9707787a9771f1a5f2874

parent

213e5412f7e6be7acfe1bc479b7ca15885725489

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M restart.shrestart.sh

@@ -1,2 +1,6 @@

+#!/bin/sh + pkill honk nohup ./honk & +pid="$(pgrep honk)" +printf 'honk pid: %s' "$pid"