edited bootstrap file, better mcd function

This commit is contained in:
Phuntsok Drak-pa
2019-10-15 22:24:03 +02:00
parent c2d379eb4c
commit 29ee222100
2 changed files with 131 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
function mcd -d "Create directory and cd to it"
mkdir $argv[1]
mkdir -p $argv[1]
cd $argv[1]
end