From 57298b7fcc09a46a1744378a341ca48e8eaaea03 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 4 Oct 2019 18:45:21 +0530 Subject: Use ix.io paste service --- plugins/pastebin | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/pastebin') diff --git a/plugins/pastebin b/plugins/pastebin index de130e4..13fb3e7 100755 --- a/plugins/pastebin +++ b/plugins/pastebin @@ -1,13 +1,11 @@ #!/usr/bin/env sh -# Description: Paste contents of a text a file to paste.ubuntu.com using pastebinit -# -# pastebinit: https://launchpad.net/pastebinit +# Description: Paste contents of a text a file http://ix.io # # Shell: POSIX compliant # Author: Arun Prakash Jana if ! [ -z "$1" ]; then - pastebinit "$1" + curl -F "f:1=@"$1"" ix.io read input fi -- cgit v1.2.3-70-g09d2