after

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

makefile (103B)


      1 PROG= after
      2 
      3 BINDIR= /usr/local/bin
      4 MANDIR= /usr/local/man/man
      5 
      6 LDFLAGS= -lkvm
      7 
      8 .include <bsd.prog.mk>