Introduction
Statistics
Contact
Development
Disclaimer
Help
sdf.org home page
#!/bin/sh
ecl <<EOF
(require 'asdf)
(require 'my-fact)
(require 'shfact)
(asdf:make-build :shfact
:type :program
:move-here "./"
:epilogue-code '(shfact:main))
(terpri)
(uiop:quit)
EOF