scheme shell
about
download
support
resources
docu
links
 
scsh.net

From: Dirk Bernhardt <krid+usenet@comnets.rwth-aachen.de>
Subject: what do you use scsh for?
Newsgroups: comp.lang.scheme.scsh
Date: 8 Sep 1997 09:35:17 +0200
Organization: Utility Muffin Research Kitchen
Message-ID: <87bu24xnpn.fsf@comnets.rwth-aachen.de>


-----BEGIN PGP SIGNED MESSAGE-----

Hi,

where did the "what others do with bash, I do with scsh" thread go?  Anyway,
this is my way to sign my web pages (http://www.comnets.rwth-aachen.de/~krid) 
with pgp.

#!/home/krid/bin/scsh -s 
- -*-Scheme-*-
!#

(define (pgp-sign fname)
  (run (pgp -sab ,fname -o ,(string-append fname ".sig"))))

(setenv "PGPPASS" "******")
(or (null? command-line-arguments)
    (map pgp-sign command-line-arguments))

Ciao,
        - Krid -

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBNBOqsoIpmZHRi4p1AQEG7gP/d2qAGOQiXy8dNHwZUPDFycL/KZvPhqSV
b4dJaZe8BL49+ijoAm1ZaSdwoa1hBR7BvFtJJ/5yBIxshIzuXVvf+Mxgt3vPXTwT
9ZGbCqFfjsjLx+3TLab9ZIIYwviq/mThT0b1yvm24to3lXc+JkcsCLPZeAI2C9z6
G7ByUAb++LE=
=FM+8
-----END PGP SIGNATURE-----
-- 
ungeduscht, geduzt und ausgebuht

Up