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