Compare commits
9 Commits
v3.5.1.13
...
nitely-210
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78d53039c5 | ||
|
|
094f0146c9 | ||
|
|
3c33ba0b7e | ||
|
|
489642573d | ||
|
|
ada3a6391a | ||
|
|
3409522d67 | ||
|
|
c2afb8265b | ||
|
|
558f4c6655 | ||
|
|
9975e44b0a |
File diff suppressed because one or more lines are too long
Binary file not shown.
12
run-medley
12
run-medley
@@ -172,12 +172,16 @@ export PATH="$MAIKODIR"/`osversion`.`machinetype`:"$oldpath"
|
||||
|
||||
cd "$OLDPWD"
|
||||
|
||||
echo "sysout is $LDESRCESYSOUT"
|
||||
echo "running `which $prog` $geometry $screensize $mem"
|
||||
echo "start $LDEINIT"
|
||||
if ! command -v "$prog" > /dev/null 2>&1; then
|
||||
echo "$prog" not found
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "running: $prog $geometry $screensize $mem $passthrough_args $LDESRCESYSOUT"
|
||||
echo "greet: $LDEINIT"
|
||||
|
||||
export INMEDLEY=1
|
||||
|
||||
$prog $geometry $screensize $mem -t "Medley Interlisp" $passthrough_args "$LDESRCESYSOUT"
|
||||
"$prog" $geometry $screensize $mem -t "Medley Interlisp" $passthrough_args "$LDESRCESYSOUT"
|
||||
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@ mkdir -p "$MEDLEYDIR/tmp"
|
||||
./run-medley $scr -greet "$MEDLEYDIR"/sources/LOADUP-INIT.LISP -full
|
||||
|
||||
echo ---- made ----
|
||||
ls -l tmp
|
||||
ls -l tmp/*[WMShlet]
|
||||
echo --------------
|
||||
|
||||
@@ -13,6 +13,6 @@ scr="-sc 1024x768 -g 1042x790"
|
||||
./run-medley $scr -greet $MEDLEYDIR/sources/LOADUP-LISP.CM tmp/init-mid.sysout
|
||||
|
||||
echo ----- created: -------
|
||||
ls -l tmp/lisp.sysout tmp/lisp.dribble
|
||||
ls -l tmp/lisp.*[te]
|
||||
echo ----------------------
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user