3 lines
44 B
Text
3 lines
44 B
Text
|
# mkdir & cd to it
|
||
|
mkdir -p "$1" && cd "$1"
|