Няма описание

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