meta-introspector / time

The timeline, add yourself to it.
GNU General Public License v3.0
5 stars 3 forks source link

standard

+begin_src sh

git clone https://github.com/meta-introspector/time cd time git submodule init git submodule update

+end_src

+begin_src sh

today() { TODAY=$HOME/date +'%Y/%m/%d' if [ ! -d ${TODAY} ]; then mkdir -p ${TODAY} fi cd ${TODAY} echo $TODAY pushd $TODAY }

+end_src