tool: Set tool=cli or get a terminal full of HTML
file: Set file @name or no name @- for stdin
days: Optional number of days to live from 1 to 9
note: Optional note author title description etc.
show: Optional publish to gallery
id: ID of a created paste
curl -F tool=cli -F file=@paste.txt https://pastebin.oetec.com
curl -F tool=cli -F file=@- https://pastebin.oetec.com < paste.jpg
cat paste.txt | curl -F tool=cli -F file=@- https://pastebin.oetec.com
man test | col -bx | curl -F tool=cli -F file=@- https://pastebin.oetec.com
curl -F tool=cli -F show=1 -F note=o1 -F days=9 -F file=@paste.mp4 https://pastebin.oetec.com
curl -F tool=cli -F id=1234567a https://pastebin.oetec.com
curl -F tool=cli https://pastebin.oetec.com
curl -OJ https://pastebin.oetec.com/1234567a
curl -o rename.mp4 https://pastebin.oetec.com/1234567a
curl https://pastebin.oetec.com/1234567a