3 lines
46 B
Bash
3 lines
46 B
Bash
function mkcd() {
|
|
mkdir $1 && cd $1
|
|
}
|
function mkcd() {
|
|
mkdir $1 && cd $1
|
|
}
|