Easypt

shellInterface

..Root.system.shellInterface

Calls the operating system’s command processor.

Replaces ${n} tokens with n-th argument of function.

Child of:

system

Signatures:

NativeCallable, Callable

Example:

import("system");

system.shellInterface("echo ${1}", "ABC");

Expected output:

ABC