From 98e72bce43c120cf27e308b7c8d4f792666e82a5 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Wed, 19 Dec 2012 08:10:00 -0500 Subject: [PATCH] Added note to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d1a8cf..669c460 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Han Boetes has contributed a simple shell-script alternative for those not inter haste(){ ( echo "% $@"; eval "$@" ) | curl -F "$@=<-" http://hastebin.com/documents|awk -F '"' '{print "http://hastebin.com/"$4}'} ``` +Usage: + +``` bash +haste `cat index.html +``` + ## Author John Crepezzi