cirosantilli/cmake/.bashrc

cmake/.bashrc
setup() {
  rm -rf build
  mkdir -p build
  cd build
}