Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Another way of changing the micro-character is to set it up in the ecFlow script. It only effects the script interpretation not the commands ECF_JOB_CMD or ECF_KILL_CMD.

Code Block
#!/bin/bash
%ecf_micro%ecfmicro ^
^include <script.pl>
echo "^VAR:default^"
^ecf_micro %
echo "reverted %VAR:default%"

...