CLI tool for Stikked based pastebin services, like http://paste.mate-desktop.org/
Inspired by mpaste from mate-desktop, but I did not want to have Python dependency and wanted to add more features (file type detection).
Copy pbin.sh to somewhere in your $PATH
:
URL=https://raw.githubusercontent.com/glensc/pbin/master/pbin.sh
PBIN=~/.local/bin/pbin
wget $URL -O $PBIN || \
curl $URL $PBIN
chmod +x $PBIN
License: GPL v2
(c) 2014-2018 Elan Ruusamäe [email protected]