diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-14 18:14:50 +0000 |
commit | 6e528248414e330c9e25e81596ab47b8b8a5b701 (patch) | |
tree | e1aa41a7f3198eeac187e6177ec7d4a33db229d3 /tmux/jdat.sh | |
download | scripts-master.tar.gz scripts-master.zip |
first commitmaster
Diffstat (limited to 'tmux/jdat.sh')
-rwxr-xr-x | tmux/jdat.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/jdat.sh b/tmux/jdat.sh new file mode 100755 index 0000000..3f8f378 --- /dev/null +++ b/tmux/jdat.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +JDATE=$(jdate | gawk '{print $2" "$3}') + +echo $JDATE |