▲xguru 2022-08-30 | parent | ★ favorite | on: 당신만의 스크립트를 보여주세요(news.ycombinator.com) .ssh/config : https://news.ycombinator.com/item?id=32468605 ch : https://github.com/learnbyexample/command_help/blob/master/ch MISC : https://github.com/tpapastylianou/misc-updater git-co-commit : https://gist.github.com/sshine/d5a2986a6fc377b440bc8aa096037ef0 AutoHotkey : https://news.ycombinator.com/item?id=32468167 rerun : https://news.ycombinator.com/item?id=32469012 git-recent : https://news.ycombinator.com/item?id=32470619 ccd : function ccd { mkdir -p "$1" && cd "$1" } git move : https://gist.github.com/mnemnion/87b51dc8f15af3242204472391f3bf59
function ccd { mkdir -p "$1" && cd "$1" }