bin/quicklisp-update @ 68fb1509991b

Happy New Year
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 12:58:36 +0000
parents b2ba5708c420
children f1959eb4c678
#!/usr/bin/env bash

sbcl --eval '(ql:update-client)' --eval '(ql:update-all-dists)' --eval '(quit)'