From a2edff6174ed208fe092b18fd9e2cea7b8ed7125 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 9 Aug 2018 23:14:34 -0400 Subject: Added the desktop (it's empty) --- startup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'startup') diff --git a/startup b/startup index 0e50f10..dc21ea7 100644 --- a/startup +++ b/startup @@ -1,8 +1,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) \ No newline at end of file +sleep(3) +shell.run(desktop) \ No newline at end of file -- cgit v1.2.3