#!/bin/csh # # savesys -- build a saved executable in bin/new-lucid-haskell # # cd $Y2 setenv PRELUDEBIN $Y2/progs/prelude/lucid if !(-e $PRELUDEBIN/Prelude.sbin) then echo "Build the prelude first, stupid..." exit endif $LUCID <