upaste Build Status

hastebin / general pasting client

Simple client for uploading to hastebin.com or any site that accepts posting and viewing pastes

Usage

```

simple

cat file | upaste upaste -f

raw

cat file | upaste --raw upaste --file --raw

custom paste/read locations

upaste --file --paste-root https://hastebin.com/documents --read-root https://hastebin.com ```