scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 6a68e47929dda7a3a052a4512cda30ca53cabccb
parent 545dddedbe343c0a861be0d25c26536c9a76f64a
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri, 19 Aug 2022 22:40:08 +0200

[sendpush] title is optional

Diffstat:
Msrc/sendpush | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sendpush b/src/sendpush @@ -19,7 +19,7 @@ main() { shift "$(echo "$OPTIND - 1"|bc)" done - [ -z "$apikey" -o -z "$title" -o -z "$content" ] && usage + [ -z "$apikey" -o -z "$content" ] && usage curl --get \ --data-urlencode "k=$apikey" \