#!/bin/sh

grep -Ev '(^[^[:graph:]{}\t]*$)|(^\#)'
#extra line
