Repository URL to install this package:
BEGIN{o=substr(f,length(f)-1,2); if(substr(o,1,1)==".") o=substr(o,2,1); if(o=="gz")print "/usr/bin/gzip -dc"; else if(o=="Z")print "/usr/bin/compress -dc"; else print "cat"; exit; }