[wadalabfont-kit] / lisp / tools / makedump  

View of /lisp/tools/makedump

Parent Directory | Revision Log
Revision: 1.1.1.1 - (download) (annotate) (vendor branch)
Thu Dec 28 08:54:20 2000 UTC (23 years, 6 months ago) by ktanaka
Branch: ktanaka
CVS Tags: tmp, SNAP-20030624
Changes since 1.1: +0 -0 lines
change to CVS wadalab font project
#!/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