Helper script to sync storage to indexer.

This commit is contained in:
Brad Fitzpatrick 2011-03-12 19:27:26 -08:00
parent f14c6dd55b
commit 4a8f69f210
1 changed files with 4 additions and 0 deletions

4
dev-synctoindexer Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
./build.pl camsync && \
clients/go/camsync/camsync --verbose --src=http://localhost:3179 --srcpassword=pass3179 --dest=http://localhost:3200/indexer --destpassword=pass3200 $@