mirror of
https://github.com/skoobasteeve/jamfops.git
synced 2026-03-20 21:18:56 +00:00
9 lines
215 B
Bash
9 lines
215 B
Bash
#!/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>" |