after

Echo a string after process dies
git clone _git@git.zakaria.org/after.git
Log | Files | Refs | README | LICENSE

commit 17fc931f9a6c7f35707fb7485900626368178ba2
parent 3578aa9d0622817a006202634cc34d3cb7aeceb5
Author: zk <58356365+e-zk@users.noreply.github.com>
Date:   Tue,  5 Jan 2021 16:26:36 +1000

Merge pull request #1 from netzbasis/forUpstream

add OpenBSD specific Makefile
Diffstat:
AMakefile | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,9 @@ +PROG= after + +BINDIR= /usr/local/bin +MANDIR= /usr/local/man/man +NOMAN= noman + +LDFLAGS= -lkvm + +.include <bsd.prog.mk>