diff options
author | Saumit <justsaumit@protonmail.com> | 2024-09-21 16:15:45 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2024-09-21 16:15:45 +0530 |
commit | 9997f059b41ffb09bfdf81b3cf2c9612aa622643 (patch) | |
tree | 71f63df209d4b1232221b0ab5a950bced5ce449d /.scripts/work | |
parent | 1fdfb860b451de8e563c886e365ae24b9a353ca7 (diff) |
Diffstat (limited to '.scripts/work')
-rwxr-xr-x | .scripts/work | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.scripts/work b/.scripts/work new file mode 100755 index 0000000..fb3f1a5 --- /dev/null +++ b/.scripts/work @@ -0,0 +1,6 @@ +#!/bin/sh + +content="$@" +today=$(date +%d%m%y) + +x "$today: $content" |