feat: add some functions

This commit is contained in:
2021-03-18 14:10:40 +01:00
parent a081102dd1
commit 340f24bc2d
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,4 @@
function mke(){
mkdir -p $1
cd $1
}