summaryrefslogtreecommitdiff
path: root/journal.cgi
blob: 43082f45bd9ef2e89cb9df168980a72585471416 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
DIR=`dirname "$0"`
if test -e /home/mulk; then
    # MST-plus.
    LISPINIT_DIR="$DIR"
else
    # NearlyFreeSpeech.NET.
    LISPINIT_DIR=/home/protected/journal
fi

exec clisp -M "$LISPINIT_DIR/lispinit.mem.gz" "$DIR/run.lisp"