The Rundeck docs give the example of defining a message
option (parameter) which can then be referred to by the script in a number of ways, including
echo message=@option.message@ ;# replacement token
We use this syntax and it seems fine, but I have no idea what those two @
s actually mean to bash; I can't find mention of anything beyond $@
, or anything relevant for the "replacement token" in the comment.