Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub
# get the custom lines (uncommented lines) from a file with empty lines removed
grep -v '^#' gitlab.rb | sed '/^\s*$/d'