暫無描述

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

}