Skip to content

Instantly share code, notes, and snippets.

@amaia
Created July 30, 2011 15:14
Show Gist options
  • Save amaia/1115627 to your computer and use it in GitHub Desktop.
Save amaia/1115627 to your computer and use it in GitHub Desktop.
copy yml example files
ruby -e "Dir.glob('*.yml.example'){|x| system \"cp #{x} #{x.split('.')[0..-2].join('.')}\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment