Update wyz bash function.

This commit is contained in:
Julien Palard 2020-10-14 09:33:57 +02:00
parent 05f763c3a5
commit c3ad6849a4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
You may even use a bash function:
<pre>wyz()
{
curl {{ absolute_index_url }} -Fpython=@$1
curl https://wyz.fr/ -F"${1##*.}=@$1"
}</pre>
</div>
</div>