bin/quicklisp-update @ c9adf65c83ff

More stuff
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 16:34:30 +0000
parents b69dc77f379c
children 86bde83af492
#!/usr/bin/env bash

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