From 7bbc2828fdfc236d4c5ae9eeaf0a89fcf0e73a68 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 3 Aug 2013 13:04:33 -0700 Subject: [PATCH] demo.sh script to source during demos Change-Id: If7415d16f21fdc4ae16778b3bf2ce5c908067193 --- dev/demo.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev/demo.sh diff --git a/dev/demo.sh b/dev/demo.sh new file mode 100644 index 000000000..aa0d9004b --- /dev/null +++ b/dev/demo.sh @@ -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