diff options
| author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-28 16:52:54 +0200 |
|---|---|---|
| committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-05-28 16:52:54 +0200 |
| commit | 8ea9fc44fb76060010356324d3bb94ca2e365cc5 (patch) | |
| tree | b2ee951183564acfa971d605405f1dacd97ee671 /journal.cgi | |
Beginnings of a CGI web journal.
darcs-hash:69ce37acf510a840750e060433eaa72e64dfc6a1
Diffstat (limited to 'journal.cgi')
| -rwxr-xr-x | journal.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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" "$@" |
