Aucune description

isundil 48da667fff the basics il y a 7 ans
.gitignore 48da667fff the basics il y a 7 ans
LICENSE 48da667fff the basics il y a 7 ans
Makefile 48da667fff the basics il y a 7 ans
README.md 48da667fff the basics il y a 7 ans
appContext.cpp 48da667fff the basics il y a 7 ans
appContext.hpp 48da667fff the basics il y a 7 ans
exception.cpp 48da667fff the basics il y a 7 ans
exception.hpp 48da667fff the basics il y a 7 ans
history.cpp 48da667fff the basics il y a 7 ans
history.hpp 48da667fff the basics il y a 7 ans
main.cpp 48da667fff the basics il y a 7 ans

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