Hacker News new | ask | show | jobs
by aib 232 days ago
One more from me:

  mkcd() {
    mkdir -p -- "$1" &&
    cd -- "$1"
  }