diff options
-rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -428,7 +428,7 @@ you can also support it financially via liberapay. 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() { curl -F"file=@$1" {0} ; } -0pb() { curl -F'file=@-;' {0} ; } +0pb() { curl -F"file=@-;" {0} ; } 0url() { curl -F"url=$1" {0} ; } 0short() { curl -F"shorten=$1" {0} ; }</code> |