Skip to content

Instantly share code, notes, and snippets.

@macmule
Created November 26, 2021 23:04
Show Gist options
  • Select an option

  • Save macmule/03b7c8fe04dcfc7f714f2f43956afaa7 to your computer and use it in GitHub Desktop.

Select an option

Save macmule/03b7c8fe04dcfc7f714f2f43956afaa7 to your computer and use it in GitHub Desktop.
#!/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