appendScript method

void appendScript(
  1. String script
)

Implementation

void appendScript(String script) {
  commands.add(script);
}