// String username = System.console().readLine("username: ");
// String password = new String(System.console().readPassword("password: "));
String username = args[0];
String password = args[1];
RemoteApiOptions options = (new RemoteApiOptions())
.server("sistemamariamorato.appspot.com", 443)
.credentials(username, password);
RemoteApiInstaller installer = new RemoteApiInstaller();
RemoteApiOptions options2 = (new RemoteApiOptions())
.server("colegio-iemam.appspot.com", 443)
.credentials(username, password);
RemoteApiInstaller installer2 = new RemoteApiInstaller();