Files
jamfops/ext-attributes/onboarding-group-name.sh
Ray Lyon 90399b4450 fix URL
2021-03-12 14:13:56 -05:00

10 lines
231 B
Bash

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