From dc810d23e90b48efeb7ce2713df2320e889e417b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 29 Feb 2020 23:09:19 +0000 Subject: [PATCH] Add 0x0st.fish --- fish/functions/0x0st.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/0x0st.fish diff --git a/fish/functions/0x0st.fish b/fish/functions/0x0st.fish new file mode 100644 index 0000000..76fd012 --- /dev/null +++ b/fish/functions/0x0st.fish @@ -0,0 +1,3 @@ +function 0x0st + curl -F'file=@-' https://0x0.st +end