dotfiles/bin/mkcd

5 lines
36 B
Bash
Executable File

#!/usr/bin/env bash
mkdir $1
cd $1