Stay organized with collections
Save and categorize content based on your preferences.
The interpreter to use.
Enums
INTERPRETER_UNSPECIFIED
Invalid value, the request will return validation error.
NONE
If an interpreter is not specified, the source is executed directly. This execution, without an interpreter, only succeeds for executables and scripts that have shebang lines.
SHELL
Indicates that the script runs with /bin/sh on Linux and cmd.exe on Windows.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003eThe interpreter setting determines how a script or executable is run.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eINTERPRETER_UNSPECIFIED\u003c/code\u003e is an invalid value that will result in a validation error.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNONE\u003c/code\u003e executes the source directly, which is only possible for executables and scripts with shebang lines.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSHELL\u003c/code\u003e uses \u003ccode\u003e/bin/sh\u003c/code\u003e on Linux and \u003ccode\u003ecmd.exe\u003c/code\u003e on Windows to run the script.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePOWERSHELL\u003c/code\u003e indicates that the script will be executed using PowerShell.\u003c/p\u003e\n"]]],[],null,["# Interpreter\n\nThe interpreter to use."]]