README.md edited online with Bitbucket
1 files changed, 16 insertions(+), 0 deletions(-) A => README.md
A => README.md +16 -0
@@ 0,0 1,16 @@ +# Scripts and Tools for dpaste.com # + +### dpaste.sh + +Simple command-line client for creating dpaste items from stdin. Optionally specify syntax, title, poster, and expiry. Resulting item is opened in your browser (via `xdg-open` on Linux; use `open` on macOS). + +Sample session: +``` +#!bash +$ dpaste.sh -t Demo -p pbx -s python3 -e 1 +Paste your content now, ^D to submit. +--- +print("Hello!") +--- +http://dpaste.com/0DEME1M +``` No newline at end of file