#!/bin/sh

CWD="`(cd \"\`dirname \\\"$0\\\"\`\"; echo $PWD)`"
echo $CWD

# $@ makes sure any arguments passed to this script are passed on to lisp
# e.g. -l init.lsp to load a file of lisp commands 
$CWD/dx86cl64 -n -I $CWD/sc.image $@
