Skip to content

Instantly share code, notes, and snippets.

@njt1982
Created January 7, 2015 12:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njt1982/91f49021e9a082529192 to your computer and use it in GitHub Desktop.
Save njt1982/91f49021e9a082529192 to your computer and use it in GitHub Desktop.
Drupal - Make Clean Settings.php file
#!/bin/sh
grep -vE '^(#|\/| \*)' default.settings.php | sed '/^\s*$/d' > settings.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment