after

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

commit 47fac8ea359dac803ba1a1f0e4e97afd0de60ce8
parent 3578aa9d0622817a006202634cc34d3cb7aeceb5
Author: Benjamin Baier <programmer@netzbasis.de>
Date:   Mon,  4 Jan 2021 23:59:31 +0100

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>