1
0
mirror of synced 2026-01-15 16:26:26 +00:00
Interlisp.medley/sources/LOADUP-INIT.LISP
Larry Masinter 7c4b45fa81
new loadup full (#261)
* (hopefully) improve the loadup-full process

* go back to rebuilding in {CORE} and copy when done

* I think these fix the loadups problem

* perhaps unnecessary update but useful test'

* WIP: more loadup cleanup

* brute force: close open files when done loadup

* new loadups to match
2021-03-12 17:27:19 -08:00

12 lines
252 B
Common Lisp

(* "make init files; this file is loaded as a 'greet' file by scripts/loadup-init.sh")
(CNDIR (MEDLEYDIR "tmp"))
(DRIBBLE "init.dribble")
(MOVD 'NILL 'PAGEFULLFN)
(LOAD (MEDLEYDIR "sources" "MAKEINIT.LCOM"))
(MAKEINITGREET)
(DRIBBLE)
(LOGOUT T)
STOP