2011-01-01 22:44:19 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2011-01-02 22:36:03 +00:00
|
|
|
make -C lib/go/schema/ install && \
|
|
|
|
make -C lib/go/client install && \
|
|
|
|
make -C clients/go/camput/ && \
|
|
|
|
clients/go/camput/camput --verbose --blobserver=localhost:3179 --password=foo --file $@
|