aboutsummaryrefslogtreecommitdiff
path: root/startup
blob: dc21ea7ce57ef2f5c2e6de19595c29cedb058380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0.

local version = "1.0 Alpha 1"
local desktop = "/system/desktop.lua"

term.clear()
term.setCursorPos(1,1)
print("Starting up bits-UI ".. version .."...")
sleep(3)
shell.run(desktop)