/rse

Remote Script Executor

Primary LanguagePHPApache License 2.0Apache-2.0

NAME
    rse - Remote Script Executor.
SYNOPSIS
    rse [host:]script[ arg1 arg2 ... argn]
DESCRIPTION
    rse connects and logs into the specified host and executes the runnable script with the args. If host is not given it's connected to the localhost. If args is not given it's assigned empty array.