Нет описания

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

}