bin/quicklisp-update @ b69dc77f379c

A bunch more crap
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Apr 2016 22:11:59 +0000
parents (none)
children 86bde83af492
#!/usr/bin/env bash

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