diff options
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/usr/bin/env bash +mkdir test || true +pushd test > /dev/null +cmake .. +cmake --build . +find -type f -executable -name lock\* -exec {} 100 0 \; +popd > /dev/null +rm -rf test
\ No newline at end of file |
