From 55cf7f5d9cedb22ec8e10d625df3c1f890ff6fb9 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 9 Aug 2018 16:07:01 -0400 Subject: fixed the startup and added the version number --- startup | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 startup (limited to 'startup') diff --git a/startup b/startup new file mode 100644 index 0000000..c7a341c --- /dev/null +++ b/startup @@ -0,0 +1,6 @@ +local version = "1.0 Alpha 1" + +term.clear() +term.setCursorPos(1,1) +print("Starting up bitsOS ".. version .."...") +sleep(3) \ No newline at end of file -- cgit v1.2.3