From a9950e07cb2b662fa88b32a9e2e277676446a206 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sun, 23 Feb 2025 16:20:47 +0530 Subject: .scripts: few updates --- .scripts/work | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.scripts/work') diff --git a/.scripts/work b/.scripts/work index fb3f1a5..6903842 100755 --- a/.scripts/work +++ b/.scripts/work @@ -1,6 +1,7 @@ #!/bin/sh -content="$@" +content="$*" + today=$(date +%d%m%y) -x "$today: $content" +x -t "$today: $content" -- cgit v1.2.3