bin/quicklisp-update @ 06b6e608a196

Add snap to path
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 00:29:44 +0000
parents b2ba5708c420
children f1959eb4c678
#!/usr/bin/env bash

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