summaryrefslogtreecommitdiff
path: root/journal-admin.cgi
blob: 10ac2f53877b1b7127edd02a0113c0947516aabe (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" --admin-mode