demo.sh script to source during demos

Change-Id: If7415d16f21fdc4ae16778b3bf2ce5c908067193
This commit is contained in:
Brad Fitzpatrick 2013-08-03 13:04:33 -07:00
parent 7e49fddfcb
commit 7bbc2828fd
1 changed files with 9 additions and 0 deletions

9
dev/demo.sh Normal file
View File

@ -0,0 +1,9 @@
#!/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