#!/usr/bin/perl
# (c) 2001-2015 Vlado Keselj http://web.cs.dal.ca/~vlado
#
# $Id: starfish 217 2015-05-13 14:27:48Z 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);
