Created
August 29, 2018 13:15
-
-
Save bwmorales/545ccc8108db9950d9ac4a258a63e0d8 to your computer and use it in GitHub Desktop.
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
ln "$(lsof -p $(ps -ax | grep storedownloadd | grep -v grep | awk '{ print $1 }') | awk '{ print $9 }' | grep -E '^/private/var/folders/.*/com\.apple\.appstore.*\.pkg$')" ~/Desktop/AppStoreApp.pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment