blob: a8c31807bce6de20d65762555caaac4d10368495 (
plain)
1
2
3
4
5
6
7
|
startup = require 'startup'
login = require 'login'
startup.wait('STATE_LOGIN_WAIT')
login()
-- Fill in valid credentials as they would be entered on the login screen
-- login('My Username', 'password')
|