summaryrefslogtreecommitdiff
path: root/hebrew/pine/files/pgpsign
blob: e938b0b6d63d985c471b22b51d7268583ef45849 (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 @@PREFIX@@/bin/pgps ]
then
  pgps -a -t
else
  pgp -fast
fi