Ei kuvausta

B Thibault de04676976 init 7 vuotta sitten
.gitignore de04676976 init 7 vuotta sitten
LICENSE dba852cdfa Initial commit 7 vuotta sitten
Makefile de04676976 init 7 vuotta sitten
README.md de04676976 init 7 vuotta sitten
appContext.cpp de04676976 init 7 vuotta sitten
appContext.hpp de04676976 init 7 vuotta sitten
exception.cpp de04676976 init 7 vuotta sitten
exception.hpp de04676976 init 7 vuotta sitten
history.cpp de04676976 init 7 vuotta sitten
history.hpp de04676976 init 7 vuotta sitten
main.cpp de04676976 init 7 vuotta sitten

README.md

install

function cd(){

CD_ARGS=`/home/isundil/projects/cd/cd "$@"`
if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi

}