Без опису

isundil 48da667fff the basics 7 роки тому
.gitignore 48da667fff the basics 7 роки тому
LICENSE 48da667fff the basics 7 роки тому
Makefile 48da667fff the basics 7 роки тому
README.md 48da667fff the basics 7 роки тому
appContext.cpp 48da667fff the basics 7 роки тому
appContext.hpp 48da667fff the basics 7 роки тому
exception.cpp 48da667fff the basics 7 роки тому
exception.hpp 48da667fff the basics 7 роки тому
history.cpp 48da667fff the basics 7 роки тому
history.hpp 48da667fff the basics 7 роки тому
main.cpp 48da667fff the basics 7 роки тому

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