Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local link = 'https://baconipsum.com/api/?type=meat-and-filler¶s=5&format=text'
- local server = http.post(link)
- local res = server.readAll()
- server.close()
- local h = fs.open("response",'w')
- h.write(res)
- h.close()
- shell.run("edit response")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement