#!/bin/sh exec /usr/bin/osd_cat \ --font='-b&h-lucidasans-bold-r-normal-sans-0-480-0-0-p-0-iso8859-1' \ --font='-b&h-luxi sans-bold-r-normal--0-480-0-0-p-0-iso8859-1' \ --shadow=1 \ --color=green \ --pos=middle \ --align=center \ --delay=2 \ ${1+"$@"} # =head1 AUTHOR # # Johan Vromans # # =head1 COPYRIGHT AND DISCLAIMER # # This program is Copyright 2004,2005 by Johan Vromans. # This program is free software; you can redistribute it and/or # modify it under the terms of the Perl Artistic License or the # GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any # later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # If you do not have a copy of the GNU General Public License write to # the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, # MA 02139, USA.