aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4-ssl/files/pgpsign
blob: 6eff395c89c04f121b72555be08df150a8c54384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# ---------- pgpsign ---------
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
# Wed 16 Sep 1998 23:48:51 WST Anthony Di Pietro <anthony@dino.omen.com.au>
# Modified to work with both PGP v2 and PGP v5.
if [ -x /usr/local/bin/pgps ]
then
  pgps -a -t
else
  pgp -fast
fi