srv/build-index-from-fs.lisp
2024-12-05 18:23:19 -03:00

7 lines
171 B
Common Lisp

(load "~/.sbclrc")
(ql:quickload :loop :silent t)
(in-package #:loop)
(connect-index! "message-id.db")
(remake-index!)
(index-from-fs!)
(format t "Index built.~%")