Advertisement
Guest User

oslogon.lua

a guest
Feb 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. osutils.logon()
  2. term.setBackgroundColor(colors.black)
  3. term.setTextColor(colors.white)
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. shell.run("/sys/apps/osshell")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement