bc-agent bc-echo

This is a command that simply echoes its arguments and details about the environment in which it is executed.

BeyondCron will use this command when a command jobs’ host is within the example.com domain.

Configuration

The length of time that an echo job runs, and its chance of success, can be configured using configuration, property and/or job variables

Usage

bc-echo args

Configuration

The length of time that an echo job runs, and its chance of success, can be configured using configuration, property and/or job variables

Examples

jsmith% /opt/beyondcron/bin/bc-echo /bin/echo Hello world

Command ------- /bin/echo hello world   User details ------------ user: jsmith group: staff umask: 0022 dir: /private/tmp   Environment ----------- PATH = /usr/local/bin:/usr/bin:/bin PWD = /private/tmp SHLVL = 1 TZ = Asia/Tokyo _ = /usr/bin/env

See also