NODE e049abc7Re: Pgp help.
i use a script, which i call sign, as follows:
#!/bin/sh
exec pgp -sta +clearsig=on ${1+"$@"}
please excuse my unix idioms.
peter1 expanded post ยท every known parent and child
i use a script, which i call sign, as follows:
#!/bin/sh
exec pgp -sta +clearsig=on ${1+"$@"}
please excuse my unix idioms.
peter