From da4402dad2a9b011559ecb905029b0ec98818745 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 14 Oct 2020 09:36:27 +0200 Subject: [PATCH] usage --- paste/templates/paste/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paste/templates/paste/index.html b/paste/templates/paste/index.html index c42eb73..7caf8af 100644 --- a/paste/templates/paste/index.html +++ b/paste/templates/paste/index.html @@ -94,7 +94,9 @@
wyz()
 {
     curl https://wyz.fr/ -F"${1##*.}=@$1"
-}
+ } + Like this: +
wyz FILE_TO_UPLOAD
{% endblock %}