Strip whole-line bash comments from shell script content. Lines whose first non-whitespace character is # are removed. Inline comments (code before #) are preserved.
#
Raw shell script content
content with comment-only lines removed
Strip whole-line bash comments from shell script content. Lines whose first non-whitespace character is
#are removed. Inline comments (code before #) are preserved.