diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
commit | 6cd9a449758d07f978dcfd036968cd5c31f2b236 (patch) | |
tree | f21df8717c30dd759bdab5be7d97547ff64e2bd3 /.local/bin/idea | |
parent | Update (diff) | |
download | dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.gz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.bz2 dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.xz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.zst dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.zip |
Updates
Diffstat (limited to '.local/bin/idea')
-rwxr-xr-x | .local/bin/idea | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/idea b/.local/bin/idea index d093fc7..a863bb1 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -8,7 +8,7 @@ else thought="$*" fi -date=$(date) +date=$(date '+%a, %d %b %Y %T') html_fmt='\t\t\t\t<h3>'"${date}"'<\/h3>\ \t\t\t\t<p>\ \t\t\t\t\t'"${thought}"'\ |