Skip to content

Instantly share code, notes, and snippets.

@Hectormalvarez
Created April 23, 2024 22:46
Show Gist options
  • Save Hectormalvarez/cbf0d5286abe3bf1965f36cc99369b7c to your computer and use it in GitHub Desktop.
Save Hectormalvarez/cbf0d5286abe3bf1965f36cc99369b7c to your computer and use it in GitHub Desktop.
find . -type f -name '*.env.sample' -execdir bash -c 'cp "$1" "${1%.sample}"' _ {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment