/gm_execute

A garrysmod module that enables os.execute.

Primary LanguageLua

gm_execute

A Garry's Mod module that enables os.execute.

Release

For releases, click the releases tab.

Reference

--[[
  Runs a shell command and returns stdout.
  
  @param  string  shell   Shell input
  @return string          stdout
]]
os.execute(shell)