1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-13 00:27:00 -05:00

made the shell include the documentation library automatically

This commit is contained in:
XeonSquared 2020-05-11 00:59:50 +10:00
parent b465aebbdb
commit cae7c916ae

View File

@ -2,6 +2,7 @@ local component = require "component"
local fs = require "fs"
local shell = require "shell"
local ed = require "ed"
local doc = require "doc"
local shutil = {}
shutil.ed = ed.interactive
shutil.vi = ed.visual