Skip to content

Instantly share code, notes, and snippets.

@IcyMidnight
Created October 4, 2009 00:09
Show Gist options
  • Save IcyMidnight/200998 to your computer and use it in GitHub Desktop.
Save IcyMidnight/200998 to your computer and use it in GitHub Desktop.
for f in *.yml.example; do cp "$f" "`basename "$f" .yml.example`".yml; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment