#!/usr/bin/env python
import pawk
from jtutils import fix_broken_pipe

if __name__ == "__main__":
    fix_broken_pipe()
    pawk.pawk()
