Skip to content

Instantly share code, notes, and snippets.

@8bitDesigner
Created May 13, 2013 19:54
Show Gist options
  • Save 8bitDesigner/5570995 to your computer and use it in GitHub Desktop.
Save 8bitDesigner/5570995 to your computer and use it in GitHub Desktop.
MacPorts: Recursively remove remnant ports
while [[ -n $(port list leaves 2> /dev/null) ]]; do
sudo port uninstall leaves
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment