mirror of https://github.com/perkeep/perkeep.git
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
./build.pl camsync && \
|
||
|
clients/go/camsync/camsync --verbose --src=http://localhost:3179 --srcpassword=pass3179 --dest=http://localhost:3200/indexer --destpassword=pass3200 $@
|