]> git.gag.com Git - debian/amanda/blob - amplot/amcat.awk.in
set git-debian-branch to lenny for this branch
[debian/amanda] / amplot / amcat.awk.in
1 BEGIN{o=substr(f,length(f)-1,2);
2 if(substr(o,1,1)==".") o=substr(o,2,1);
3 @AMPLOT_CAT_GZIP@
4 @AMPLOT_CAT_COMPRESS@
5 @AMPLOT_CAT_PACK@
6 print "cat"; exit; }