#!/bin/sh # ---------- pgpencrypt --------- # 21.03.96 Roland Rosenfeld # Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro # 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