Advertisement
Punio

greenBeast_installer

Oct 23rd, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. args = {...}
  2.  
  3. if args ~= nil then
  4.     if args[1] == "turtle" then
  5.         shell.run("rm startup")
  6.         shell.run("pastebin get dAqfKpGQ startup")
  7.         shell.run("reboot")
  8.     else
  9.  
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement