Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

dump_db.sh 190B

12345678910
  1. #!/bin/sh
  2. LISP=sbcl
  3. ## Disclaimer:
  4. ## I have not tested that all lisps take the "--load" flag.
  5. ## This code might spontaneously combust your whole everything.
  6. $LISP --load "dump-db.lisp"