Closed oleiade closed 12 years ago
being able to seek a shebang in a given file (file extension headers such as #!/usr/bin/env python for example).
Done. has_shebang function returns a string if it has any, it's a bit too much generic for me. Might be improved.
being able to seek a shebang in a given file (file extension headers such as #!/usr/bin/env python for example).