Skip to content

Instantly share code, notes, and snippets.

@monolithed
Created June 22, 2014 15:02
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 monolithed/61a6fe9396750039a9db to your computer and use it in GitHub Desktop.
Save monolithed/61a6fe9396750039a9db to your computer and use it in GitHub Desktop.
find config -type f ! \
-name '*.local.yml' \
-exec bash -c 'cp {} ${0%.yml}.local.yml' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment