Advertisement
Guest User

bigReactor

a guest
Feb 28th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local args = { ... }
  2.  
  3. if args[1] == "5x5x5" then
  4.   shell.run("pastebin", "get u2u2iEqA 5x5x5")
  5.   local f = fs.open("5x5x5", "r")
  6.   repeat
  7.     local line = f:readLine()
  8.     print(line)
  9.   until not line
  10.   f:close()
  11. else
  12.   print("Incorrect argument!")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement