NAME
runmeth − run moo method from outside mooix
SYNOPSIS
runmeth method [params]
DESCRIPTION
runmeth allows the moo entry user to launch a mooix method from outside the moo. The method runs in the moo, and operates just like any other mooix method. This program is typically used to log people in to the moo, start up background methods when the moo is launched, etc.
You must be cd’d into the directory of the object on which you wish the method to run. The method named must be part of that object or one of its parents.
Most moo methods read named parameters from stdin on startup.
SEE ALSO
AUTHOR
Joey Hess <joey [AT] mooix.net>