X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=command.lsp;h=6045386816eae39d3657562acc8f869e1f85b0d1;hb=HEAD;hp=3e5094c45a002d2fb808a22a4eecd65735519f43;hpb=14d1288d271ae14678513d06a8602f1d3d929245;p=rrq%2Fhourglass.git diff --git a/command.lsp b/command.lsp index 3e5094c..6045386 100644 --- a/command.lsp +++ b/command.lsp @@ -2,6 +2,8 @@ # This script is intended as main script for packnl embedding, it # dispatches to the command of the first argument. +(load "siteconfig.lsp") + (if (exists file? (list (main-args 1) (string (main-args 1) ".lsp"))) (load $it)