Created
January 7, 2015 12:38
-
-
Save njt1982/91f49021e9a082529192 to your computer and use it in GitHub Desktop.
Drupal - Make Clean Settings.php file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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