Fără Descriere

isundil 48da667fff the basics 7 ani în urmă
.gitignore 48da667fff the basics 7 ani în urmă
LICENSE 48da667fff the basics 7 ani în urmă
Makefile 48da667fff the basics 7 ani în urmă
README.md 48da667fff the basics 7 ani în urmă
appContext.cpp 48da667fff the basics 7 ani în urmă
appContext.hpp 48da667fff the basics 7 ani în urmă
exception.cpp 48da667fff the basics 7 ani în urmă
exception.hpp 48da667fff the basics 7 ani în urmă
history.cpp 48da667fff the basics 7 ani în urmă
history.hpp 48da667fff the basics 7 ani în urmă
main.cpp 48da667fff the basics 7 ani în urmă

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