Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {...}
- if args[1] == "client" then
- shell.run("pastebin get 2BCqWa2c client")
- elseif args[1] == "server" then
- shell.run("pastebin get i0ZscG8h server")
- else
- print("Please run as follows")
- print("installer <SERVER/CLIENT>")
- end
Add Comment
Please, Sign In to add comment