diff options
Diffstat (limited to 'modules/date')
| -rw-r--r-- | modules/date | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/date b/modules/date index c6ddc38..cc5ccc2 100644 --- a/modules/date +++ b/modules/date @@ -4,9 +4,9 @@ PREFIX='' -date() +get_date() { echo "$PREFIX $(date '+%d-%m-%y (%a)')" } -date +get_date |
