Skip to content

run

The run command is used to execute custom scripts created within Yantra Launcher.

Syntax

run [-lua/-clean] script_name

Usage

  • run <script_name>: Executes the specified script.
  • run -lua <script_name>: Runs the script as Lua code.
  • run -clean <script_name>: Runs the script without logging the commands themselves, only their output.

Info

Scripts can be created and managed using the scripts command.