Advertisement
Imgoodisher

Stock

May 25th, 2013
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local f = io.open(shell.getRunningProgram(), "w")
  2. f:write(http.get("http://imgood.hostoi.com/programs/stock"):readAll())
  3. f:close()
  4. shell.run(shell.getRunningProgram())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement