NAME
mozrestart -- Restart your firefox/thunderbird.
SYNOPSIS
mozrestart [options]
'mozrestart' does restart your firefox/thunderbird if they are running MozRepl.
Options:
-help this message
-host Firefox/Thunderbird's MozRepl host (default localhost)
If $ENV{MOZREPL_HOST} was existed, then the env value will be using instead of this value.
-port Firefox/Thunderbird's MozRepl port (default 4242)
If $ENV{MOZREPL_PORT} was existed, then the env value will be using instead of this value.
Examples:
mozrestart
mozrestart -port=1234
env MOZREPL_PORT=1234 mozrestart
DESCRIPTION
Restarting your firefox/thunderbird using MozRepl
SEE ALSO
MozRepl, MozRepl::Plugin::Restart
AUTHOR
Toru Yamaguchi, <zigorou@cpan.org>
COPYRIGHT & LICENSE
Copyright 2007 Toru Yamaguchi, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.