mirror of https://github.com/perkeep/perkeep.git
demo.sh script to source during demos
Change-Id: If7415d16f21fdc4ae16778b3bf2ce5c908067193
This commit is contained in:
parent
7e49fddfcb
commit
7bbc2828fd
|
@ -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
|
Loading…
Reference in New Issue