mirror of https://github.com/perkeep/perkeep.git
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
make -C lib/go/schema/ install && \
|
||
|
make -C lib/go/client install && \
|
||
|
make -C clients/go/camget/ && \
|
||
|
clients/go/camget/camget --verbose --blobserver=localhost:3179 --password=foo $@
|