after

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

commit 60419f18481eaa0101aa7edd193b1da385665935
parent f8504aec52e3b01657f3831d9ec38d5735029fff
Author: e-zk <58356365+e-zk@users.noreply.github.com>
Date:   Mon,  7 Dec 2020 22:05:39 +1000

update README

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -21,9 +21,9 @@ Notify yourself when your build is done: $ after -n gcc -e "build is done!" -The power of this simple command can be observed when it is piped into other processes. - -Put your machine to sleep after your update jobs are complete: +The power of this simple tool can be observed when it is piped into other +programs. For example, putting your machine to sleep after your update jobs +finish: $ after -p 2027 -e "doas zzz" | sh