Add function for just the date.
This commit is contained in:
@@ -777,6 +777,9 @@
|
|||||||
function now {
|
function now {
|
||||||
date "+%Y%m%d_%H%M%S"
|
date "+%Y%m%d_%H%M%S"
|
||||||
}
|
}
|
||||||
|
function today {
|
||||||
|
date "+%Y%m%d"
|
||||||
|
}
|
||||||
function_backup: |
|
function_backup: |
|
||||||
function backup {
|
function backup {
|
||||||
EXTRA="$1"
|
EXTRA="$1"
|
||||||
|
Reference in New Issue
Block a user