No Description

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

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