initial commit

This commit is contained in:
2021-03-12 13:24:59 -05:00
parent accffd56ae
commit b9b98f9e2f
7 changed files with 373 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/scripts/onboarding.sh)
for file in /tmp/.Onboarding/*; do
Team="${file##*/}"
done
echo "<result>$Team</result>"