1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-13 07:15:55 +00:00

Added note to README

This commit is contained in:
John Crepezzi
2012-12-19 08:10:00 -05:00
parent b53350c723
commit 98e72bce43

View File

@@ -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 <john.crepezzi@gmail.com>