Skip to content

ME v1.2

Choose a tag to compare

@lazor-git lazor-git released this 08 Jun 12:28
352c6e0

Added Shell class (org.vekendian.Shell)
Example Usage:

Shell = luajava.bindClass("org.vekendian.Shell")

local su = Shell.su("id")
local sh = Shell.sh("id")

print(su, sh)

If you're using the script named Void (>=1. 0.17) by us (Vekendian), this class is a new requirement.