Created
August 2, 2017 10:35
-
-
Save Swipe650/f1b890ba87840779177d90bfb8880fda to your computer and use it in GitHub Desktop.
Unlock mac via ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript -e 'tell application "system events" to keystroke return' | |
osascript -e 'tell application "system events" to keystroke "password"' | |
osascript -e 'tell application "system events" to keystroke return' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment