mirror of https://github.com/perkeep/perkeep.git
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export CAMLI_PASSWORD=test
|
||
|
make && ./camsigd "$@"
|