after

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

commit 5ac9efa7f7e11cf9b0c91912ae62ea5d665a0a08
parent 331b34f7c1aafc6ed036389f3e585e1d177071c5
Author: e-zk <58356365+e-zk@users.noreply.github.com>
Date:   Mon,  7 Dec 2020 21:58:38 +1000

update README

Diffstat:
MREADME | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -21,7 +21,9 @@ Notify yourself when your build is done: $ after -n gcc -e "build is done!" -Put your machine to sleep after your updates are complete: +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: $ after -p 2027 -e "doas zzz" | sh