Skip to content

Instantly share code, notes, and snippets.

@pevd950
Created November 9, 2023 17:19
Show Gist options
  • Select an option

  • Save pevd950/bd9c4a242216e7a5d1e0a0220680405e to your computer and use it in GitHub Desktop.

Select an option

Save pevd950/bd9c4a242216e7a5d1e0a0220680405e to your computer and use it in GitHub Desktop.
#!/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*
#!/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