Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

blockcheck

This commit is contained in:
bol-van
2025-11-30 14:56:34 +03:00
parent 1f70b21a4d
commit ef300e5d21
26 changed files with 3346 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ split_by_separator()
[ -n "$3" ] && eval $3="\$before"
[ -n "$4" ] && eval $4="\$after"
}
tolower()
{
echo "$@" | tr 'A-Z' 'a-z'
}
dir_is_not_empty()
{