Avoid a bash syntax error.

This commit is contained in:
Julien Palard 2018-05-19 11:20:47 +02:00
parent a53cc0abb3
commit ef0c826778
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,10 @@
(attribute name is used for syntax highlighting, and shortcuts like "py" are allowed, see Language dropdown for language list.)
<br /><br />
You may even use a bash function:
<pre>wyz() { curl {{ absolute_index_url }} -Fpython=@$1 }</pre>
<pre>wyz()
{
curl {{ absolute_index_url }} -Fpython=@$1
}</pre>
</div>
</div>
{% endblock %}