Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function host(path,...)
- print("S")
- local p1,p2=os.run( _G, path, unpack(arg))
- print("E")
- end
- local co = coroutine.create(host)
- coroutine.resume(co,"mtshell")
- print(coroutine.status(co))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement