بدون توضیح

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

}