Ansys CFX resource configuration files should consist only of:
Lines beginning with # (which are comments).
Variable assignments such as:
CFX5EDITOR="textedit"
The right hand side of an assignment may include references to previously assigned
variables by prefixing the variable name with $
; for
example,
CFX5BROWSER="$CFX5EDITOR"
Note: In previous releases of Ansys CFX, these files could contain arbitrary Bourne shell commands. These are no longer supported.