6 lines
115 B
Text
6 lines
115 B
Text
|
|
bundle agent main
|
||
|
|
{
|
||
|
|
reports:
|
||
|
|
"${with}" with => join(".", splitstring("Hello,How,Are,You,Today", ",", 99));
|
||
|
|
}
|