mattfinlayson + tech   2

Code Swarm Data Visualization is awesome.
Implemented this at work. Thought it was really cool.
tech  visualization  development 
october 2010 by mattfinlayson
Create and Change to a New Directory in One Command
I just had a brain baby.
# mkdir, cd into it
mkcd () {
mkdir -p "$*"
cd "$*"
}
unix  hacks  tech 
may 2010 by mattfinlayson

Copy this bookmark:



description:


tags: