bin/quicklisp-update @ 8b037f76f4c0

Fix gitignore
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Jul 2018 11:23:52 -0400
parents b2ba5708c420
children f1959eb4c678
#!/usr/bin/env bash

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