client tool for paste.rs
install
sh
cargo install pf
Build and install
```sh
git clone https://github.com/robatipoor/pf \ && cd pf \ && make ```
Build dependency
git, rustc, cargo, gnu make, binutils, upx
run
```sh
echo "Hello !" | pf
pf some-file.txt
pf https://paste.rs/some
pf -d https://paste.rs/some
```