Notes-Another simple notetaking program
Description
Installs notes program
Installation
Copy one of these commands into your ComputerCraft terminal:
Pastebin:
pastebin get SvZg3X23 notes-another_simple_notetaking_programwget:
wget https://pastebin.com/raw/SvZg3X23 notes-another_simple_notetaking_programArchive:
wget https://cc.shobie.xyz/cc/get/pb-SvZg3X23 notes-another_simple_notetaking_program
Quick Install:
wget https://cc.shobie.xyz/cc/get/pb-SvZg3X23 Notes-Another simple notetaking program
Usage
Run the program after downloading
Tags
Source
View Original SourceCode Preview
--Installs notes program
term.setCursorPos(1,1)
term.clear()
print("Getting api dependency...")
shell.run("pastebin run tjEHN8iC")
print("Getting notes program...")
shell.run("pastebin get Jk9d9j0j notes")
print("Type 'notes' to run the notes program.")