Created
February 5, 2018 06:01
-
-
Save arubdesu/02413fa887eb71a73e472b3eb77cc2fb to your computer and use it in GitHub Desktop.
services
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
OUTPUT=$(/usr/bin/basename "$1" | /usr/bin/sed -e "s/.pkg//g") | |
/usr/sbin/pkgutil --expand "$1" /tmp/"$OUTPUT" | |
open -a "Archive Utility.app" /tmp/"$OUTPUT"/Payload |
Author
arubdesu
commented
Feb 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment