URI: 
       catless - localbin - leot's localbin (~/bin)
  HTML hg clone https://bitbucket.org/iamleot/localbin
   DIR Log
   DIR Files
   DIR Refs
       ---
       catless
       ---
            1 #!/bin/sh
            2 
            3 #
            4 # Eat backspaces, mostly useful as ${PAGER} when man(1) is used on
            5 # `emacs' or similar terminals.
            6 #
            7 
            8 exec cat -- "$@" | col -b