rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit e2acea4bff11d7dac503e6fb72c28a42b84c0629
parent 9b4070295e5d9c42bd5ca19fdd8e6a0ca294de26
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  8 Mar 2019 09:56:42 +0100

Use exec in rpwatch.

Diffstat:
Mbin/rpwatch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpwatch b/bin/rpwatch @@ -4,4 +4,4 @@ # by parazyd # -watch -n ${1:-10} rpsync -n +exec watch -n ${1:-10} rpsync -n