-- -- Dial an address -- -- Usage: -- dial
-- dofile("config") dofile("compat") args = {...} function main() sg.dial(args[1]) end try(main)