perkeep/dev-camget

7 lines
201 B
Plaintext
Raw Normal View History

#!/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 $@