Browse Source

Add mkcd.sh

pull/6/head
Jake Zaia 5 years ago
parent
commit
d1307573ea
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      scripts/mkcd.sh

+ 8
- 0
scripts/mkcd.sh View File

@ -0,0 +1,8 @@
#! /usr/bin/bash
#Crteated by Jake Zaia
#mkcd -- mkdir and cd
mkdir "$@";
cd "$@";

Loading…
Cancel
Save