From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- com/lucid/savesys | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 com/lucid/savesys (limited to 'com/lucid/savesys') diff --git a/com/lucid/savesys b/com/lucid/savesys new file mode 100755 index 0000000..786f44e --- /dev/null +++ b/com/lucid/savesys @@ -0,0 +1,44 @@ +#!/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 <