Advertisement
asweigart

Untitled

Feb 17th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --[[Quickly downloads the latest copies of Al's ComputerCraft programs:
  2. * fuel
  3. * fuelup
  4. * do
  5. * getlava
  6. ]]
  7.  
  8. shell.run('delete fuelup')
  9. shell.run('delete fuel')
  10. shell.run('delete do')
  11. shell.run('delete getlava')
  12.  
  13. shell.run('pastebin get XtbQjRfg fuelup')
  14. shell.run('pastebin get Btj8TaBR fuel')
  15. shell.run('pastebin get UU2SKk6F do')
  16. shell.run('pastebin get bCmc377R getlava')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement