Created
November 26, 2021 23:04
-
-
Save macmule/03b7c8fe04dcfc7f714f2f43956afaa7 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 | |
| #################################################################################################### | |
| # | |
| # License: https://macmule.com/license/ | |
| # | |
| #################################################################################################### | |
| jssSupervisedStatusReceipt=`ls -a / | grep -i .jss-* | grep -v .jssUpdates-* | grep -v .jssMaintenance-* | cut -c 6-` | |
| echo "<result>$jssSupervisedStatusReceipt</result>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment