From 202d62c2ac94420bf6890d9f524f396e951b63ad Mon Sep 17 00:00:00 2001 From: josh- Date: Wed, 5 Sep 2012 00:23:02 -0700 Subject: [PATCH] Destroyed Usage of the "sprunge" command (markdown) --- "Usage-of-the-\"sprunge\"-command.md" | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 "Usage-of-the-\"sprunge\"-command.md" diff --git "a/Usage-of-the-\"sprunge\"-command.md" "b/Usage-of-the-\"sprunge\"-command.md" deleted file mode 100644 index 2b83c93..0000000 --- "a/Usage-of-the-\"sprunge\"-command.md" +++ /dev/null @@ -1,11 +0,0 @@ -[Sprunge](http://sprunge.us) is a basic pastebin, which accepts it's input through web requests. Designed for Linux users, sprunge is an easy way to pastebin text without having to actually use a web browser. The oh-my-zsh plugin is based on [http://www.shellperson.net/sprunge-pastebin-script/](this shellscript), author unknown. - -# Usage -You can use sprunge in the following ways: - -* **Pipes:** `echo "hello there...testing sprunge"|sprunge` -* **Files:** `sprunge test.txt` -* **Strings:** `sprunge "hello"` - -# Notes: -If a filename is misspelled or doesn't have the necessary path description, it will NOT generate an error, but will instead treat it as a text string and upload it. \ No newline at end of file