XoXFaby

XoXRun

Nov 1st, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Which file to execute?")
  4. filename = read()
  5. shell.run("filename")
Advertisement
Add Comment
Please, Sign In to add comment