Advertisement
TangentFox

UNIX-like v1.0.1

Aug 24th, 2019
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. -- UNIX-like v1.0.1
  2. shell.setPath(shell.path()..":/bin")
  3. help.setPath(help.path()..":/usr/man")
  4. shell.setAlias("man", "help")
  5. shell.run("rm", "/tmp/*")
  6. shell.run("clear")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement