Bez popisu

isundil 48da667fff the basics před 7 roky
.gitignore 48da667fff the basics před 7 roky
LICENSE 48da667fff the basics před 7 roky
Makefile 48da667fff the basics před 7 roky
README.md 48da667fff the basics před 7 roky
appContext.cpp 48da667fff the basics před 7 roky
appContext.hpp 48da667fff the basics před 7 roky
exception.cpp 48da667fff the basics před 7 roky
exception.hpp 48da667fff the basics před 7 roky
history.cpp 48da667fff the basics před 7 roky
history.hpp 48da667fff the basics před 7 roky
main.cpp 48da667fff the basics 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