Skip to content

Instantly share code, notes, and snippets.

@codesnik
Created September 25, 2012 09:16
Show Gist options
  • Save codesnik/3780800 to your computer and use it in GitHub Desktop.
Save codesnik/3780800 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /path/to/archive/root
mkdir `date +%y-%m-%d`
cd `date +%y-%m-%d`
wget ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment