Created
October 29, 2013 16:14
-
-
Save notverypc/7217743 to your computer and use it in GitHub Desktop.
Hide & Un-Hide App Store
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/chmod 754 "/Applications/App Store.app" | |
/usr/bin/chflags hidden "/Applications/App Store.app" | |
/bin/chmod 755 "/Applications/App Store.app" | |
/usr/bin/chflags nohidden "/Applications/App Store.app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment