From 8ea9fc44fb76060010356324d3bb94ca2e365cc5 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 28 May 2007 16:52:54 +0200 Subject: Beginnings of a CGI web journal. darcs-hash:69ce37acf510a840750e060433eaa72e64dfc6a1 --- journal.cgi | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 journal.cgi (limited to 'journal.cgi') diff --git a/journal.cgi b/journal.cgi new file mode 100755 index 0000000..96e46d9 --- /dev/null +++ b/journal.cgi @@ -0,0 +1,3 @@ +#! /bin/sh +DIR=`dirname "$0"` +exec clisp -M "$DIR/lispinit.mem.gz" "$DIR/journal.lisp" "$@" -- cgit v1.2.3