summaryrefslogtreecommitdiffstats
path: root/mail/pine4-ssl/files/pgpencrypt
blob: 3baa1d2739eb49bafdb86a804a1a1e0a19af4473 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# ---------- pgpencrypt ---------
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au>
# Modified to work with both PGP v2 and PGP v5.
if [ -x /usr/local/bin/pgpe ]
then
  pgpe -s -a -r $*
else
  pgp -feast $*
fi
OpenPOWER on IntegriCloud