Nincs leírás

isundil 17069bc8b2 Update 'README.md' 8 éve
.gitignore de04676976 init 8 éve
LICENSE dba852cdfa Initial commit 8 éve
Makefile de04676976 init 8 éve
README.md 17069bc8b2 Update 'README.md' 8 éve
appContext.cpp de04676976 init 8 éve
appContext.hpp de04676976 init 8 éve
exception.cpp de04676976 init 8 éve
exception.hpp de04676976 init 8 éve
history.cpp de04676976 init 8 éve
history.hpp de04676976 init 8 éve
main.cpp de04676976 init 8 é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