1 2 3 4 5 6
#!/bin/sh sbcl --load kurt.asd \ --eval '(ql:quickload :kurt)' \ --eval '(asdf:make :kurt)' \ --eval '(quit)'