Ei kuvausta

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

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