Skip to content

A garrysmod module that enables os.execute.

Notifications You must be signed in to change notification settings

darkjacky/gm_execute

 
 

Repository files navigation

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)

About

A garrysmod module that enables os.execute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 29.4%
  • C++ 25.5%
  • Batchfile 23.0%
  • Shell 22.1%