We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Runs a shell command and return the output.
result, errorCode = os.outputof("command")
command is a shell command to run.
command
The output and error code of the command.
Premake 4.0 or later.
-- Get the ID for the host processor architecture local proc = os.outputof("uname -p")