aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup6
1 files changed, 6 insertions, 0 deletions
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