From 9997f059b41ffb09bfdf81b3cf2c9612aa622643 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 21 Sep 2024 16:15:45 +0530 Subject: .scripts: Adding efi-grub-entry, vpn, and work script --- .scripts/work | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .scripts/work (limited to '.scripts/work') 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" -- cgit v1.2.3