This file contains 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
#!/bin/bash | |
########################################################################## | |
# | |
# (c) 2020 KelmMoyles / Peter Kelm <info@kelmmoyles.com> | |
# All rights reserved | |
# | |
# Want to know which pkgs files are referenced in which plists? | |
# Great, this script is for you! | |
# |
This file contains 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
#!/bin/bash | |
# | |
# Copyright (C) 2016 Peter Kelm | |
# | |
# uninstall script for VMWare Fusion, per VMware knowledge base | |
# https://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1017838 | |
# |