--
--   Close the stargate
--

dofile("config")
dofile("compat")

function main()
    check(sg.disconnect())
end

try(main)
