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