#!/usr/bin/python3 -s
import pawk
from jtutils import fix_broken_pipe

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