From a00085fb042ca6b028a0a1b256df287a7234d0e0 Mon Sep 17 00:00:00 2001 From: Colin Shea Date: Sun, 27 Nov 2011 03:32:23 -0700 Subject: [PATCH] Sprunge is better off as a script in ~/bin/, not a omz plugin. --- plugins/sprunge/sprunge.plugin.zsh | 76 ------------------------------ 1 file changed, 76 deletions(-) delete mode 100644 plugins/sprunge/sprunge.plugin.zsh 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 [