Advertisement
SirSheepe

Untitled

Oct 12th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. local program = fs.open("quarry.lua", "w")
  3.  
  4. program.write([[
  5.  
  6. local args = {...}
  7. print(unpack(args))
  8.  
  9. ]])
  10.  
  11. program.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement