MineOS/Extensions/Lua/Launcher.lua
Igor Timofeev 8709d846f5 Ну-ка
2017-09-25 23:51:59 +03:00

9 lines
201 B
Lua
Executable File

local args = {...}
local MineOSInterface = require("MineOSInterface")
MineOSInterface.clearTerminal()
if MineOSInterface.safeLaunch(args[1]) then
MineOSInterface.waitForPressingAnyKey()
end