1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-23 20:11:29 +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}'} haste(){ ( echo "% $@"; eval "$@" ) | curl -F "$@=<-" http://hastebin.com/documents|awk -F '"' '{print "http://hastebin.com/"$4}'}
``` ```
Usage:
``` bash
haste `cat index.html
```
## Author ## Author
John Crepezzi <john.crepezzi@gmail.com> John Crepezzi <john.crepezzi@gmail.com>