Aucune description

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

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