Merge pull request #881 from github/localden/fixes

Updates to templates and scripts
This commit is contained in:
Den Delimarsky
2025-10-15 10:56:49 -07:00
committed by GitHub
60 changed files with 317 additions and 36 deletions

View File

@@ -153,3 +153,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"; }