rp

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

commit 2d45306c4428b8bc6a305183a4cc300453e9cc8c
parent ff22564ef6fdf78dda62bab361029c176b9b1cc7
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 22 Feb 2019 18:49:52 +0100

Always exit 0 in rpcomp.

Diffstat:
Mbin/rpcomp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/rpcomp b/bin/rpcomp @@ -39,3 +39,5 @@ Text\\n\\n" \ printf -- "-- \\n" cat "$HOME/.signature" } + +exit 0