forked from pub-solar/os
2 lines
44 B
Text
2 lines
44 B
Text
# mkdir & cd to it
|
|
mkdir -p "$1" && cd "$1"
|