This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
dotar
Watch
2
Star
1
Fork
0
You've already forked dotar
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dotar
/
vim
/
snippets
/
sh
/
ifdir.snippet
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2011-11-17 15:45:33 -06:00
[ -d ${1:namedir} ] || mkdir $1 ; cd $1
Reference in New Issue
Copy Permalink