-
-
Notifications
You must be signed in to change notification settings - Fork 640
os.outputof
Jason Perkins edited this page May 19, 2015
·
4 revisions
Runs a shell command and return the output.
result = os.outputof("command")command is a shell command to run.
The output of the command.
Premake 4.0 or later.
-- Get the ID for the host processor architecture
local proc = os.outputof("uname -p")