[wadalabfont-kit] / lisp / tools / makedump  

View of /lisp/tools/makedump

Parent Directory | Revision Log
Revision: 1.2 - (download) (annotate)
Fri Jun 27 00:48:52 2003 UTC (21 years ago) by ktanaka
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
*** empty log message ***
#!/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