Add function for just the date.

This commit is contained in:
2025-10-09 07:48:27 -07:00
parent 57dc62a74a
commit 03b9f7e1b2

View File

@@ -777,6 +777,9 @@
function now {
date "+%Y%m%d_%H%M%S"
}
function today {
date "+%Y%m%d"
}
function_backup: |
function backup {
EXTRA="$1"