diff --git a/plugins/sprunge/sprunge.plugin.zsh b/plugins/sprunge/sprunge.plugin.zsh deleted file mode 100644 index 23bb9ffa8..000000000 --- a/plugins/sprunge/sprunge.plugin.zsh +++ /dev/null @@ -1,76 +0,0 @@ -# Contributed and SLIGHTLY modded by Matt Parnell/ilikenwf -# Created by the blogger at the URL below...I don't know where to find his/her name -# Original found at http://www.shellperson.net/sprunge-pastebin-script/ - -usage() { - cat << HERE - -DESCRIPTION - Upload data and fetch URL from the pastebin http://sprunge.us - -USAGE - $0 filename.txt - $0 < filename.txt - piped_data | $0 - -INPUT METHODS - -$0 can accept piped data, STDIN redirection [