Added debug for CLI

This commit is contained in:
2024-07-12 17:13:10 +05:00
parent f3819039ed
commit 271a1bb216
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Author: Castro-Fidel (linux-gaming.ru)
# shellcheck disable=SC2140,SC2034
########################################################################
$PW_DEBUG
print_error () { printf "\E[31m%s Error: $@ %s\e[0m\n" ;}
export -f print_error