Advertisement
thegreatstudio

isaaxinstall

Jul 3rd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. build = "Version 1.6"
  2.  
  3. function startcheck()
  4.  
  5.     print("Welcome to Isaax OS!")
  6.     print("Please wait a while for the kernel to load.")
  7.     sleep(4)
  8.     shell.run("//.system/linux")
  9.     end
  10.    
  11. startcheck()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement