diff options
| author | KunoiSayami <[email protected]> | 2022-06-14 00:07:34 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-14 00:07:34 +0800 |
| commit | c5d52db9e4c3bda63a99958f387c29ffdad47971 (patch) | |
| tree | a586c3b74c1f369daa348aea1a4d8fd9ed559678 /test_without_compile.sh | |
| parent | 34e95e65b783ba6b43a810432e03993ec7f9412c (diff) | |
fix: Fix wrong level calc
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'test_without_compile.sh')
| -rwxr-xr-x | test_without_compile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_without_compile.sh b/test_without_compile.sh new file mode 100755 index 0000000..bc1c0e3 --- /dev/null +++ b/test_without_compile.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +find -type f -executable -name lock\* -exec '{}' 100 0 \;
\ No newline at end of file |
