diff --git a/paste/templates/paste/index.html b/paste/templates/paste/index.html index 678c091..c42eb73 100644 --- a/paste/templates/paste/index.html +++ b/paste/templates/paste/index.html @@ -93,7 +93,7 @@ You may even use a bash function:
wyz()
 {
-    curl {{ absolute_index_url }} -Fpython=@$1
+    curl https://wyz.fr/ -F"${1##*.}=@$1"
 }