summaryrefslogtreecommitdiff
path: root/script/cli/init.lua
blob: c2fc7aa84c45785887153b66b9cb99ee61c0ec0a (plain)
1
2
3
4
5
6
7
8
9
if _G['VERSION'] then
    require 'cli.version'
    os.exit(0, true)
end

if _G['CHECK'] then
    require 'cli.check'
    os.exit(0, true)
end