Skip to content

Instantly share code, notes, and snippets.

@aderyabin
Created September 2, 2013 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aderyabin/6410838 to your computer and use it in GitHub Desktop.
Save aderyabin/6410838 to your computer and use it in GitHub Desktop.
Quick copy yml.config to yml
cd config; find . -name "*.yml.sample" -exec sh -c 'cp $0 `basename "$0" .yml.sample`.yml' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment