5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/sh
|
|
# ---------- pgpencrypt ---------
|
|
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
|
|
pgp -feast $*
|