From 256efaa408e2360f3410a38df2ed586ae3568420 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 15 Aug 2022 09:01:54 -0400 Subject: today --- today | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 today diff --git a/today b/today new file mode 100755 index 0000000..74d3078 --- /dev/null +++ b/today @@ -0,0 +1,13 @@ +#!/bin/bash +mkdir ~/work -p; +cd ~/work; +path=`date +'%Y'`/`date +'%m'`/`date +'%d'` + +mkdir $path -p +cd $path + +t=~/work/$path +export t; + +rm ~/t; +ln -s $t ~/t; -- cgit v1.2.1