#!/bin/sh
#
# Script zum Signieren von Postings im Usenet
# getestet mit slrn 0.8.8.1
# *README LESEN*
#

pico ~/.article.uncrypt
pgp -sta ~/.article.uncrypt
cat ~/.article.uncrypt.asc >> ~/.article
cat ~/.signature.pgp > ~/.artice
rm ~/.article.uncrypt
