Created
January 9, 2019 06:23
-
-
Save Kr0n0/577fc2c63d4f7823a11cf4d58f8cfc09 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
#!/bin/sh | |
# Basic MacPorts maintenance | |
sudo port selfupdate ; \ | |
sudo port upgrade outdated ; \ | |
sudo port uninstall inactive ; \ | |
sudo port uninstall leaves |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment