diff options
| author | Calvin Morrison <calvin@fastmailteam.com> | 2022-08-15 09:01:54 -0400 | 
|---|---|---|
| committer | Calvin Morrison <calvin@fastmailteam.com> | 2022-08-15 09:01:54 -0400 | 
| commit | 256efaa408e2360f3410a38df2ed586ae3568420 (patch) | |
| tree | c86ca1b70a66e5c8af3910115149d4ad4961096a /today | |
| parent | 3217b104a16c548da618862fd5bcd9504cbfea39 (diff) | |
today
Diffstat (limited to 'today')
| -rwxr-xr-x | today | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -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; | 
