Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created March 4, 2015 20:13
Show Gist options
  • Select an option

  • Save assertchris/06af20b41dd7876c484c to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/06af20b41dd7876c484c to your computer and use it in GitHub Desktop.
#!/bin/bash
name=$(date +%s)
cd ../
mkdir "temp_${name}"
cd "temp_${name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment