Created
December 12, 2021 07:20
-
-
Save namp10010/1104b03694f93a2f147af83ac9608328 to your computer and use it in GitHub Desktop.
SAP macOS Enterprise Privileges command line CLI
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/zsh | |
# To make the command line version of Privileges more accessible so that it can be run as part of a script | |
# For Privileges v1.5.2 (1195) | |
ln -s /Applications/Privileges.app/Contents/Resources/PrivilegesCLI /usr/local/bin/admin | |
# Usage | |
# admin --add | |
# admin --remove | |
# admin --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment