after

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

commit 23152cd4beb1c7d3c02a22b39a19231afbe787f6
parent 92165e8e75b4ea9dc382fb3096cdc3fc4f87f064
Author: e-zk <58356365+e-zk@users.noreply.github.com>
Date:   Wed,  9 Dec 2020 15:05:37 +1000

update README

Diffstat:
MREADME | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -1,16 +1,16 @@ after ===== -After the specified process dies, echo a string. (OpenBSD only). +After the specified process dies, echo a string. (OpenBSD specific). Usage ----- after [-h] [-v] [-p pid | -n process_name] -e string -The process to watch is specified `-p pid' or `-n process_name'. -After this process dies the string specified by `-e string' will be printed -to standard output. +The process to watch is specified `-p pid' or `-n process_name'. After this +process dies the string specified by `-e string' will be printed to standard +output. Examples --------