Created
June 3, 2021 10:49
-
-
Save amandaw33/cb324a5fd65fef039f4f927395aa252c 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/sh | |
iBossVersion=`grep "plist version" /Library/LaunchDaemons/com.iboss.gen4agent.plist | cut -f 2 -d \"` | |
echo "<result>$iBossVersion</result>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment