mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
chore: remove unnecessary code
This commit is contained in:
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…
x
Reference in New Issue
Block a user