Add function for just the date.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user