Nincs leírás

isundil 48da667fff the basics 7 éve
.gitignore 48da667fff the basics 7 éve
LICENSE 48da667fff the basics 7 éve
Makefile 48da667fff the basics 7 éve
README.md 48da667fff the basics 7 éve
appContext.cpp 48da667fff the basics 7 éve
appContext.hpp 48da667fff the basics 7 éve
exception.cpp 48da667fff the basics 7 éve
exception.hpp 48da667fff the basics 7 éve
history.cpp 48da667fff the basics 7 éve
history.hpp 48da667fff the basics 7 éve
main.cpp 48da667fff the basics 7 éve

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