Skip to content

Instantly share code, notes, and snippets.

@jank84
Created June 27, 2017 13:09
Show Gist options
  • Save jank84/1bcf59eeb92d918703fa3069b806102f to your computer and use it in GitHub Desktop.
Save jank84/1bcf59eeb92d918703fa3069b806102f to your computer and use it in GitHub Desktop.
python stuff
python -c "import shutil, os;shutil.rmtree('bbb') if os.path.isdir('bbb') else None;shutil.copytree('aaa', 'bbb')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment