Update files

This commit is contained in:
den (work)
2025-10-14 11:52:26 -07:00
parent defb1870da
commit 36ff7e6505
60 changed files with 55 additions and 13 deletions

View File

@@ -111,3 +111,4 @@ EOF
check_file() { [[ -f "$1" ]] && echo "$2" || echo "$2"; }
check_dir() { [[ -d "$1" && -n $(ls -A "$1" 2>/dev/null) ]] && echo "$2" || echo "$2"; }