No Description

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

README.md

install

function cd(){

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

}