Нема описа

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