From c5d52db9e4c3bda63a99958f387c29ffdad47971 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 14 Jun 2022 00:07:34 +0800 Subject: fix: Fix wrong level calc Signed-off-by: KunoiSayami --- test_without_compile.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 test_without_compile.sh (limited to 'test_without_compile.sh') 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 -- cgit v1.3.1