mirror of
https://github.com/vgough/encfs.git
synced 2024-11-23 00:13:20 +01:00
4 lines
103 B
Bash
4 lines
103 B
Bash
|
## Runs all the build binaries from bin/ folder
|
||
|
|
||
|
find bin/ -name '*.cpp.bin' -exec sh ./run.sh ./{} \;
|