Compare commits
No commits in common. "73eb6adb4a466d233465c54baa88ad5f032864bd" and "53a4f7f73cc7337332c27e30275b2f2d2f70ba1b" have entirely different histories.
73eb6adb4a
...
53a4f7f73c
@ -167,9 +167,9 @@ is_clear () {
|
||||
|
||||
|
||||
if [[ ${avg10} -lt ${clear_threshold} ]]; then
|
||||
true
|
||||
return 0
|
||||
else
|
||||
false
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1e02fc7640e9bbe4d3634b2680aa696bcce6a7f1
|
||||
Subproject commit a702bed037f7232206cf18c90d6ffcbd91951e04
|
Loading…
Reference in New Issue
Block a user