mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
59d74aea1f
git-subtree-dir: vendor/github.com/muflihun/easyloggingpp git-subtree-split: 850ea2a9f151ed648a989dda1cf44e503e45831f
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
## Runs all the build binaries from bin/ folder
|
|
|
|
find bin/ -name '*.cpp.bin' -exec sh ./run.sh ./{} \;
|