diff options
author | joe <rbo@gmx.us> | 2025-10-03 11:31:23 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-03 11:31:23 +0200 |
commit | 5eb6cf043930ffc230c1681bd61e7d283f6ee537 (patch) | |
tree | e45c48534019b3cd16aad2b8ac2d20e8b9d48263 /.local/bin/ndate | |
parent | up (diff) | |
download | dotfiles-bsd-5eb6cf043930ffc230c1681bd61e7d283f6ee537.tar.gz dotfiles-bsd-5eb6cf043930ffc230c1681bd61e7d283f6ee537.tar.bz2 dotfiles-bsd-5eb6cf043930ffc230c1681bd61e7d283f6ee537.tar.xz dotfiles-bsd-5eb6cf043930ffc230c1681bd61e7d283f6ee537.tar.zst dotfiles-bsd-5eb6cf043930ffc230c1681bd61e7d283f6ee537.zip |
up
Diffstat (limited to '.local/bin/ndate')
-rwxr-xr-x | .local/bin/ndate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ndate b/.local/bin/ndate index 372d0cd..460cf1d 100755 --- a/.local/bin/ndate +++ b/.local/bin/ndate @@ -11,4 +11,4 @@ # == ================ # ===================== -exec herbe "$(date '+%H:%M | %a, %d %b %Y')" +exec herbe " $(date '+%H:%M | %a, %d %b %Y')" |