Skip to content

Instantly share code, notes, and snippets.

@bwmorales
Created August 29, 2018 13:15
Show Gist options
  • Save bwmorales/545ccc8108db9950d9ac4a258a63e0d8 to your computer and use it in GitHub Desktop.
Save bwmorales/545ccc8108db9950d9ac4a258a63e0d8 to your computer and use it in GitHub Desktop.
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