mirror of https://github.com/perkeep/perkeep.git
3 lines
153 B
Plaintext
3 lines
153 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
./build.pl camwebdav && clients/go/camwebdav/camwebdav --blobserver=http://localhost:3179/bs --davaddr=localhost:8080 --password=pass3179 "$@"
|