Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- UNIX-like v1.0.1
- shell.setPath(shell.path()..":/bin")
- help.setPath(help.path()..":/usr/man")
- shell.setAlias("man", "help")
- shell.run("rm", "/tmp/*")
- shell.run("clear")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement