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