pub fn find_shebang(reader: impl Read) -> Option<String>
Expand description

Finds the shebang line from reader.

If a shebang line is found, then the #! is removed and the line is stripped of leading and trailing whitespace.