Nincs leírás

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

README.md

install

function cd(){

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

}