Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local name = "Server" --The display name of this terminal
- local port = 0 --The port to this terminal
- local side = "top" --The location of the modem
- local cable = "back" --The location of the bundled cable
- local guiColor = colors.green
- local server = require("server")
- server.init(name, port, side, cable, guiColor)
Advertisement
Add Comment
Please, Sign In to add comment