7 lines
176 B
Bash
7 lines
176 B
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: pgpencrypt,v 1.2 1998/08/07 11:09:46 agc Exp $
|
|
#
|
|
# ---------- pgpencrypt ---------
|
|
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
|
|
pgp -feast $*
|