RosettaCodeData/Task/Hello-world-Text/CFEngine/hello-world-text.cfengine

10 lines
183 B
Plaintext

#!/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!";
}