Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this script acts as the Main Function runner
- local tArg = {...}
- if tArg[1] == "Open" then
- shell.run(shell.resolve("os_ProgramRunner"),tArg[2])
- elseif tArg[1] == "Close" then
- elseif tArg[1] == "Network" then
- end
Add Comment
Please, Sign In to add comment