Browse Source

[enhancement] mk -> mkd; added -p flag

pull/1/head
Muthu Kumar 6 years ago
committed by GitHub
parent
commit
635b38e4e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/mkr.sh

4
scripts/mkr.sh

@ -32,8 +32,8 @@ alias install="sudo apt-get install"
## mk
## Usage: mk <dir>
## Makes a new directory and enters it
mk () {
mkdir "$1"
mkd () {
mkdir -p "$1"
cd "$_"
}

Loading…
Cancel
Save