Aucune description

B Thibault de04676976 init il y a 7 ans
.gitignore de04676976 init il y a 7 ans
LICENSE dba852cdfa Initial commit il y a 7 ans
Makefile de04676976 init il y a 7 ans
README.md de04676976 init il y a 7 ans
appContext.cpp de04676976 init il y a 7 ans
appContext.hpp de04676976 init il y a 7 ans
exception.cpp de04676976 init il y a 7 ans
exception.hpp de04676976 init il y a 7 ans
history.cpp de04676976 init il y a 7 ans
history.hpp de04676976 init il y a 7 ans
main.cpp de04676976 init il y a 7 ans

README.md

install

function cd(){

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

}