Files
dotfiles/utils/.local/bin/mkcd

5 lines
51 B
Bash
Executable File

#!/usr/bin/env bash
mkdir -p "$1"
cd "$1" || exit