Last active
October 1, 2020 01:00
-
-
Save matthewbodaly/7a6cfabb74d896ca609bca9f62226463 to your computer and use it in GitHub Desktop.
Create an EA with Jamf to detect a random number
This file contains 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 | |
result=`head -n 1 "/Library/Application Support/dt/digit.txt"` | |
echo "<result>$result</result>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated this to be in the format I've started using more of lately. .... start script > generate variable > results variable