fix 0file alias

This commit is contained in:
creme 2024-01-13 06:20:23 +01:00
parent fb12871d13
commit 9bf28fbc83
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ you can also support it solidarity. more about:
<pre>
to make your life easier, you can add aliases to your <code>.bash_aliases</code> on Linux
and <code>.bash_profile</code> on Mac OS X. just remember to reset your terminal session after that.
<code>0file&#40;&#41; &#123; curl -F"file=&#64;&#36;1" {0} ; &#125;
<code>0file&#40;&#41; &#123; curl -F"file=&#64;&#36;1" {{ fhost_url }} ; &#125;
0pb&#40;&#41; &#123; curl -F"file=@-;" {{ fhost_url }} ; &#125;
0url&#40;&#41; &#123; curl -F"url=&#36;1" {{ fhost_url }} ; &#125;
0short&#40;&#41; &#123; curl -F"shorten=&#36;1" {{ fhost_url }} ; &#125;</code>