all repos — honk @ bcdb6400db48b63714c0f3a221b20b3949b850ac

my fork of honk

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

bcdb6400db48b63714c0f3a221b20b3949b850ac

parent

d819c1ad5d4d42d5dc3b43edc433fbc0feaf1c22

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"