aboutsummaryrefslogtreecommitdiff
path: root/startup
blob: c7a341cda5a3c186d63f8765644578f162887436 (plain) (blame)
1
2
3
4
5
6
local version = "1.0 Alpha 1"

term.clear()
term.setCursorPos(1,1)
print("Starting up bitsOS ".. version .."...")
sleep(3)