Brak opisu

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

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