--
--   Close the stargate
--

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

function main()
  sg.disconnect()
end

try(main)
