Skip to content

Time as realized through capture of moments of meta-introspector in time

License

Notifications You must be signed in to change notification settings

bartanderson/time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time repo

standard

git clone https://github.com/meta-introspector/time
cd time
git submodule init
git submodule update
today() {
    TODAY=$HOME/`date +'%Y/%m/%d'`
    if [ ! -d ${TODAY} ];
    then
	mkdir -p ${TODAY}
    fi
    cd ${TODAY}
    echo $TODAY
    pushd $TODAY
}

About

Time as realized through capture of moments of meta-introspector in time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.9%
  • Python 5.0%
  • C++ 4.1%