bin/quicklisp-update @ 1b4778f1a32a

Nevermind the ctags shit
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 22:01:41 +0000
parents b69dc77f379c
children 86bde83af492
#!/usr/bin/env bash

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