Defines \fI[expire_time]\fP as the time before the paste expires. Possible values : N = Never ; 10M = 10 Minutes ; 1H = 1 Hour ; 1D = 1 Day ; 1M = 1 Month.
Posts the paste as a guest. It's the default option if no configuration file was set.
.SHFILES
.TP
~/.\fIpastebinclrc\fP
The file generated by --usergen. It is encrypted with a built-in key generated during compilation, and contains username and password for your pastebin account.
.SHEXAMPLES
.TP
To post a paste without options:
$ \fIpastebincl\fP
(type your text, then ctrl+D)
.TP
To post without options a file named "foo.txt":
$ cat foo.txt | \fIpastebincl\fP
.TP
To post a paste named "foo", in C language, privately, which expires in 10 minutes:
$ \fIpastebincl\fP -n foo -s c -e 10M -p
(type your text, then ctrl+D)
.SHAUTHOR
Both \fIpastebincl\fP and this manpage were written by Theophile BASTIAN (aka. Tobast) <contact@tobast.fr>.
.SHLICENCE
Pastebincl is under GNU GPL licence, as published by the Free Software Fundation on version 3.
.SHREPORTINGBUGS
Please report every bug you encounter to <error-report@tobast.fr>.