Skip to content

Instantly share code, notes, and snippets.

@kitzy
Created November 23, 2015 18:24
Show Gist options
  • Save kitzy/66b343691ccbd2e5bd7c to your computer and use it in GitHub Desktop.
Save kitzy/66b343691ccbd2e5bd7c to your computer and use it in GitHub Desktop.
#!/bin/bash
jamfHelper="/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper"
icon="/path/to/logo.png"
"$jamfHelper" -startLaunchd -windowType fs -icon $icon -description "Your computer is being configured, please wait." &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment