Sin descripción

isundil 17069bc8b2 Update 'README.md' hace 7 años
.gitignore de04676976 init hace 7 años
LICENSE dba852cdfa Initial commit hace 7 años
Makefile de04676976 init hace 7 años
README.md 17069bc8b2 Update 'README.md' hace 7 años
appContext.cpp de04676976 init hace 7 años
appContext.hpp de04676976 init hace 7 años
exception.cpp de04676976 init hace 7 años
exception.hpp de04676976 init hace 7 años
history.cpp de04676976 init hace 7 años
history.hpp de04676976 init hace 7 años
main.cpp de04676976 init hace 7 años

README.md

install

function cd(){
    CD_ARGS=`/path/to/cd "$@"`
    if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi
}
trap "rm `/home/isundil/storage/projects/cd/cd --gethistfile` -f" EXIT