Nincs leírás

isundil 17069bc8b2 Update 'README.md' 7 éve
.gitignore de04676976 init 7 éve
LICENSE dba852cdfa Initial commit 7 éve
Makefile de04676976 init 7 éve
README.md 17069bc8b2 Update 'README.md' 7 éve
appContext.cpp de04676976 init 7 éve
appContext.hpp de04676976 init 7 éve
exception.cpp de04676976 init 7 éve
exception.hpp de04676976 init 7 éve
history.cpp de04676976 init 7 éve
history.hpp de04676976 init 7 éve
main.cpp de04676976 init 7 éve

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