|
|
il y a 7 ans | |
|---|---|---|
| .gitignore | il y a 7 ans | |
| LICENSE | il y a 7 ans | |
| Makefile | il y a 7 ans | |
| README.md | il y a 7 ans | |
| appContext.cpp | il y a 7 ans | |
| appContext.hpp | il y a 7 ans | |
| exception.cpp | il y a 7 ans | |
| exception.hpp | il y a 7 ans | |
| history.cpp | il y a 7 ans | |
| history.hpp | il y a 7 ans | |
| main.cpp | il y a 7 ans |
function cd(){
CD_ARGS=`/path/to/cd "$@"`
if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi
}
trap "rm `/home/isundil/storage/projects/cd/cd --gethistfile` -f" EXIT