make recover program a module
svn: r16349
This commit is contained in:
parent
c483470deb
commit
aac4e61bb7
|
@ -1,3 +1,4 @@
|
||||||
|
#lang scheme
|
||||||
|
|
||||||
(require mzlib/list net/head)
|
(require mzlib/list net/head)
|
||||||
|
|
||||||
|
@ -24,4 +25,5 @@
|
||||||
#f)
|
#f)
|
||||||
rest))))))
|
rest))))))
|
||||||
|
|
||||||
(with-output-to-file "mailbox" (lambda () (write mailbox) (newline)) 'truncate)
|
(with-output-to-file "mailbox" (lambda () (write mailbox) (newline))
|
||||||
|
#:exists 'truncate)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user