class MiniPortile

def xzcat_exe

def xzcat_exe
  @@xzcat_exe ||= which("xzcat") ? "xzcat" : raise("xzcat not found")
end