This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-bash_manager
mirror of
https://github.com/jrtechs/bash_manager.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add mkcd.sh
pull/6/head
Jake Zaia
6 years ago
parent
9050f39ede
commit
d1307573ea
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
$@
"
;
Write
Preview
Loading…
Cancel
Save