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 "$_" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -132,4 +132,4 @@ mkr-update () { |
|
|
curl -s https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh |
|
|
curl -s https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh |
|
|
source ~/.mkr/mkr.sh |
|
|
source ~/.mkr/mkr.sh |
|
|
echo "[mkr.sh] Done updating script! Enjoy." |
|
|
echo "[mkr.sh] Done updating script! Enjoy." |
|
|
} |
|
|
} |
|
|