Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kittens = http.post("http://placekitten.com/")
- shell.run("clr")
- local res = kittens.readAll()
- kittens.close()
- local h = fs.open("kitten",'w')
- h.write(res)
- h.close()
- shell.run("edit kitten")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement