RosettaCodeData/Task/Hello-world-Text/CFEngine/hello-world-text.cfengine
2023-07-01 13:44:08 -04:00

9 lines
183 B
Text

#!/usr/bin/env cf-agent
# without --no-lock option to cf-agent
# this output will only occur once per minute
# this is by design.
bundle agent main
{
reports:
"Hello world!";
}