mirror of https://github.com/perkeep/perkeep.git
10 lines
215 B
Bash
10 lines
215 B
Bash
|
#!/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
|