Advertisement
Guest User

startup

a guest
Jul 30th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. -- turtle startup
  2.  
  3. local name = os.getComputerLabel()
  4. local id =  os.getComputerLabel()
  5.  
  6. print(name .. ' (' .. id .. ') is online')
  7. shell.run('fuel')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement