marvvin

IRC bot
Log | Files | Refs | README | LICENSE

commit d918094dc773ee379dca36deb477c0b7fc1b598c
parent 6bfe403d8e8f0cc3c13681b5fddfb7610ebb9747
Author: hhvn <hayden@hhvn.uk>
Date:   Fri,  4 Jun 2021 13:44:30 +0100

bin/date: remove first + if given

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

diff --git a/bin/date b/bin/date @@ -3,4 +3,4 @@ [ -z "$@" ] && date || - date +"$@" + date +"${*#+}"