Nincs leírás

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

README.md

install

function cd(){

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

}