mirror of https://github.com/Hilbis/Hilbish
chore: remove unnecessary code
parent
cf317a9c64
commit
74bc7b9ba7
|
@ -10,12 +10,6 @@ commander.register("cd", function (path)
|
|||
fs.cd(path[1])
|
||||
end
|
||||
end)
|
||||
--[[commander = {
|
||||
__commands = {}
|
||||
}
|
||||
commander.__commands.ayo = function ()
|
||||
print("ayo?")
|
||||
end]]--
|
||||
|
||||
local ansikit = require 'ansikit'
|
||||
|
||||
|
|
Loading…
Reference in New Issue