09/09/16 23:26:35 R0DZeS3k0
Beakを起動して自動ログインするためのAppleScriptです
(全角空白でインデントしているのでTabなどに置き換えてちょうよ)
tell application "Beak"
activate
end tell
tell application "System Events"
keystroke "your-id"
keystroke tab
keystroke "your-password"
keystroke return
end tell