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