mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
Add .gitignore and enhance LDATE.
This commit is contained in:
parent
9f28d27595
commit
9c32ba4a8c
2 changed files with 32 additions and 1 deletions
2
LDATE
2
LDATE
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
date '+%Y-%m-%d %H:%M:%S %z %Z' "$@"
|
||||
date '+%Y-%m-%d %H:%M:%S.%N %z %Z' "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue