Нема описа

isundil 17069bc8b2 Update 'README.md' пре 7 година
.gitignore de04676976 init пре 7 година
LICENSE dba852cdfa Initial commit пре 7 година
Makefile de04676976 init пре 7 година
README.md 17069bc8b2 Update 'README.md' пре 7 година
appContext.cpp de04676976 init пре 7 година
appContext.hpp de04676976 init пре 7 година
exception.cpp de04676976 init пре 7 година
exception.hpp de04676976 init пре 7 година
history.cpp de04676976 init пре 7 година
history.hpp de04676976 init пре 7 година
main.cpp de04676976 init пре 7 година

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