Нема описа

B Thibault de04676976 init пре 7 година
.gitignore de04676976 init пре 7 година
LICENSE dba852cdfa Initial commit пре 7 година
Makefile de04676976 init пре 7 година
README.md de04676976 init пре 7 година
appContext.cpp de04676976 init пре 7 година
appContext.hpp de04676976 init пре 7 година
exception.cpp de04676976 init пре 7 година
exception.hpp de04676976 init пре 7 година
history.cpp de04676976 init пре 7 година
history.hpp de04676976 init пре 7 година
main.cpp de04676976 init пре 7 година

README.md

install

function cd(){

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

}