Advertisement
TriiNoxYs

[ComputerCraft] Aliaz

Apr 1st, 2016
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. shell.setAlias("cls", "clear")
  4. shell.setAlias("pb", "pastebin")
  5. shell.setAlias("purl", "pURL")
  6. term.clear()
  7. term.setCursorPos(1, 1)
  8. shell.run("alias")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement