Bez popisu

isundil 17069bc8b2 Update 'README.md' před 7 roky
.gitignore de04676976 init před 7 roky
LICENSE dba852cdfa Initial commit před 7 roky
Makefile de04676976 init před 7 roky
README.md 17069bc8b2 Update 'README.md' před 7 roky
appContext.cpp de04676976 init před 7 roky
appContext.hpp de04676976 init před 7 roky
exception.cpp de04676976 init před 7 roky
exception.hpp de04676976 init před 7 roky
history.cpp de04676976 init před 7 roky
history.hpp de04676976 init před 7 roky
main.cpp de04676976 init před 7 roky

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