added file_copy_default_if_not_present() and replace_var_value_in_script()

This commit is contained in:
2025-11-09 23:09:34 +05:00
parent 579dd5916e
commit 6bfc0f5e9a
4 changed files with 29 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ function myprint {
}
function myprint_quiet {
#bool
local quiet=$1
local text="$2"
if [ "$quiet" != true ]; then