Newer
Older
Import / code / .svn / pristine / cd / cdbd2e5eb9370522d0eb3aca8b616287702a7dae.svn-base
@John John on 29 Dec 2020 459 bytes bulk import from macbookpro checkouts
#!/bin/bash

/usr/bin/osascript -e 'tell application "Address Book" to activate'
/usr/bin/osascript -e 'tell application "System Events" to tell application process "Address Book" to click menu item "Select All" of menu "Edit" of menu bar item "Edit" of menu bar 1'
/usr/bin/osascript -e 'tell application "System Events" to tell application process "Address Book" to click menu item "Export vCard..." of menu "File" of menu bar item "File" of menu bar 1'