|
|
há 7 anos atrás | |
|---|---|---|
| .gitignore | há 7 anos atrás | |
| LICENSE | há 7 anos atrás | |
| Makefile | há 7 anos atrás | |
| README.md | há 7 anos atrás | |
| appContext.cpp | há 7 anos atrás | |
| appContext.hpp | há 7 anos atrás | |
| exception.cpp | há 7 anos atrás | |
| exception.hpp | há 7 anos atrás | |
| history.cpp | há 7 anos atrás | |
| history.hpp | há 7 anos atrás | |
| main.cpp | há 7 anos atrás |
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