Advertisement
cheungtifan

Untitled

Jun 8th, 2012
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. newdir=`date +%s`
  3. fulldir=~/Stack/Temp/$newdir
  4. mkdir -p $fulldir
  5. cd $fulldir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement