|
|
hace 7 años | |
|---|---|---|
| .gitignore | hace 7 años | |
| LICENSE | hace 7 años | |
| Makefile | hace 7 años | |
| README.md | hace 7 años | |
| appContext.cpp | hace 7 años | |
| appContext.hpp | hace 7 años | |
| exception.cpp | hace 7 años | |
| exception.hpp | hace 7 años | |
| history.cpp | hace 7 años | |
| history.hpp | hace 7 años | |
| main.cpp | hace 7 años |
function cd(){
CD_ARGS=`/home/isundil/projects/cd/cd "$@"`
if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi
}