mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
9 lines
201 B
Lua
Executable File
9 lines
201 B
Lua
Executable File
|
|
local args = {...}
|
|
local MineOSInterface = require("MineOSInterface")
|
|
|
|
MineOSInterface.clearTerminal()
|
|
if MineOSInterface.safeLaunch(args[1]) then
|
|
MineOSInterface.waitForPressingAnyKey()
|
|
end
|