No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
scripts/mkr.sh
|
@ -32,8 +32,8 @@ alias install="sudo apt-get install" |
|
|
## mk |
|
|
## mk |
|
|
## Usage: mk <dir> |
|
|
## Usage: mk <dir> |
|
|
## Makes a new directory and enters it |
|
|
## Makes a new directory and enters it |
|
|
mk () { |
|
|
mkd () { |
|
|
mkdir "$1" |
|
|
mkdir -p "$1" |
|
|
cd "$_" |
|
|
cd "$_" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|