1
0
mirror of synced 2026-04-27 12:39:46 +00:00
Files
Interlisp.medley/makesysout/loadup-full.sh
Larry Masinter ec383ad7a0 git clone pronlrmd
i was having trouble cloning medley from windows; worked fine in WSL.

This is what GitHub Desktop for windows thinks needs to be done.
2020-12-24 18:58:46 -08:00

15 lines
242 B
Bash

#!/bin/sh
export MEDLEYDIR=`pwd`
if [ ! -f run-medley ] ; then
echo must run from MEDLEYDIR ;
exit 1 ;
fi
export LOADUPDIR=$MEDLEYDIR
./run-medley -greet $MEDLEYDIR/makesysout/MAKEFULLSYSOUT.LCOM $MEDLEYDIR/loadups/xlisp.sysout