#!/usr/bin/perl -w
#
# dbstats
# Copyright (C) 1991-2007 by John Heidemann <johnh@isi.edu>
# $Id$
#
# This program is distributed under terms of the GNU general
# public license, version 2. See the file COPYING
# in $dblibdir for details.
#
=head1 NAME
dbstats - DEPRICATED, now use dbcolstats
=cut
use Fsdb::Filter::dbcolstats;
my $f = new Fsdb::Filter::dbcolstats(@ARGV);
$f->setup_run_finish; # or could just --autorun
exit 0;