-
-
Save strarsis/b0a805d1c7b172a90eb07f3b200fdd15 to your computer and use it in GitHub Desktop.
Strip Vagrantfile from comments and empty lines
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/bash | |
cat Vagrantfile | grep -vE '(^[[:space:]]*($|(#|!|;|//)))' | |
cat Vagrantfile | grep -vE '(^[[:space:]]*($|(#)))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment