From 0da417485f023d97bfb8bd22d1df13bb896e8d01 Mon Sep 17 00:00:00 2001 From: creme Date: Wed, 12 Feb 2020 17:54:56 +0100 Subject: change alias single qoute to double --- fhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhost.py b/fhost.py index 7fd9d96..245105a 100755 --- a/fhost.py +++ b/fhost.py @@ -428,7 +428,7 @@ you can also support it financially via liberapay. to make your life easier, you can add aliases to your .bash_aliases on Linux and .bash_profile on Mac OS X. just remember to reset your terminal session after that. 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} ; } -- cgit