all repos — honk @ 55c201ebb683f091777c421f03294b50ffed8b95

my fork of honk

restart.sh (view raw)

1#!/bin/sh
2
3pkill honk
4nohup ./honk &
5pid="$(pgrep honk)"
6printf 'honk pid: %s' "$pid"