about summary refs log blame commit diff stats
path: root/config/ksh/functions/mc
blob: db8a46f409a53b08c5a7bb3112187e833739a442 (plain) (tree)
1
2
3
4



                              
#!/bin/ksh
mc() {
	mkdir "$1" && cd "$1";
}