Advertisement
PrinceOfCookies

os/.command

Jan 25th, 2023 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | Source Code | 0 0
  1. local tscp = term.setCursorPos -- set cursor pos
  2. local tc = term.clear -- clear
  3. local tstc = term.setTextColor
  4.  
  5. tstc(colors.white)
  6. tc()
  7. tscp(1,1)
  8. print("Welcome to our cmd prompt")
  9. print("To return to main menu, type `back`")
  10. print("===================================================")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement