[wadalabfont-kit] / lisp / tools / makedump  

View of /lisp/tools/makedump

Parent Directory | Revision Log
Revision: 1.1 - (download) (annotate)
Thu Dec 28 08:54:20 2000 UTC (23 years, 6 months ago) by ktanaka
Branch: MAIN
Branch point for: ktanaka
Initial revision
#!/bin/sh 
#set -x 

utilisp -h 6000 << EOF
(progn
  (cond ((null (exfile "../skelton-edit.l"))
	 (cond ((null (gc))
		(dumpfile "../skelton-edit.dump")
		(princ "all done"))
	       (t (princ "gc error")))))
  (terpri)
  (quit))
(quit)
EOF
rm ./COMPFILE
echo all done

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help