Created
November 9, 2023 17:19
-
-
Save pevd950/bd9c4a242216e7a5d1e0a0220680405e 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/bash | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title Load Global Protect | |
| # @raycast.mode compact | |
| # Optional parameters: | |
| # @raycast.icon 🤖 | |
| # Documentation: | |
| # @raycast.author Pablo Valero | |
| # @raycast.authorURL https://github.com/pevd950 | |
| launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangp* |
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/bash | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title Unload Global Protect | |
| # @raycast.mode compact | |
| # Optional parameters: | |
| # @raycast.icon 🤖 | |
| # Documentation: | |
| # @raycast.author Pablo Valero | |
| # @raycast.authorURL https://github.com/pevd950 | |
| launchctl unload /Library/LaunchAgents/com.paloaltonetworks.gp.pangp* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment