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

example-ccl.post-receive 269B

12345678910
  1. GIT_REPO=$HOME/lisp-is-fun.git
  2. # TMP_GIT_CLONE _must_ match the :repo arg in coleslawrc excluding trailing slash
  3. TMP_GIT_CLONE=$HOME/lisp-is-fun/tmp
  4. git clone $GIT_REPO $TMP_GIT_CLONE
  5. echo "(ql:quickload :coleslaw)
  6. (coleslaw:main)" | ccl -b
  7. rm -Rf $TMP_GIT_CLONE
  8. exit