made configuration saving generic

This commit is contained in:
fatalerrors
2026-05-28 12:04:30 +02:00
parent c13945ced5
commit 0a85d265cb
3 changed files with 155 additions and 102 deletions

View File

@@ -57,6 +57,7 @@ help()
printf "busy\t\tMonitor /dev/urandom for a hex pattern — look busy\n"
printf "check_updates\tCheck for new versions of profile\n"
printf "clean\t\tErase backup files in given directories, optionally recursive\n"
printf "conf_save\tSave or update a key=value pair in a profile configuration section\n"
printf "disp\t\tDisplay formatted info/warning/error/debug messages\n"
printf "dwl\t\tDownload a URL using curl, wget, or fetch transparently\n"
printf "expandlist\tExpand glob expressions into a quoted, separated list\n"