#!/usr/bin/perl
# (c) 2001-2010 Vlado Keselj http://www.cs.dal.ca/~vlado
#
# $Id: starfish 54 2010-01-05 11:31:15Z vlado $
#
# starfish - a script for using Starfish.pm
#
# The script runs the function starfish_cmd with a list of files and
# options given in the command line.
#
# For more documentation, please consult Text::Starfish.pm.

use Text::Starfish;
starfish_cmd(@ARGV);
