Advertisement
shadowkat1010

[ShadOS] Startup

May 30th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. shell.run("clear")
  2. print "--MultiBoot Menu--"
  3. shell.run("cd","/MultiBoot")
  4. shell.run("dir")
  5. print "OS:"
  6. status, input = pcall (read)
  7. shell.run((input))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement