perkeep/dev/demo.sh

10 lines
215 B
Bash
Raw Normal View History

#!/bin/sh
# Some hacks to make make demoing Camlistore less distracting but
# still permit using the dev-* scripts (which are normally slow and
# noisy)
go run make.go
export CAMLI_QUIET=1
export CAMLI_FAST_DEV=1