restsh.util.setvar

restsh.util.setvar#

Declares a variable from a file. .txt extension for simple variable, .array for array.
  .txt files are treated as variable and declared as VAR_<file basename>
  .array files are treated as array and declared as ARRAY_<file basename>
Blank lines and lines starting with # are ignored.

Usage: restsh.util.setvar <file>