Sem descrição

isundil 17069bc8b2 Update 'README.md' há 7 anos atrás
.gitignore de04676976 init há 7 anos atrás
LICENSE dba852cdfa Initial commit há 7 anos atrás
Makefile de04676976 init há 7 anos atrás
README.md 17069bc8b2 Update 'README.md' há 7 anos atrás
appContext.cpp de04676976 init há 7 anos atrás
appContext.hpp de04676976 init há 7 anos atrás
exception.cpp de04676976 init há 7 anos atrás
exception.hpp de04676976 init há 7 anos atrás
history.cpp de04676976 init há 7 anos atrás
history.hpp de04676976 init há 7 anos atrás
main.cpp de04676976 init há 7 anos atrás

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