Copy from Jamf Downloads Folder

Run the command when installing something from the LionStore to download the files into your downloads folder

command
watch -n 5 'if [ "$(sudo ls -A "/Library/Application Support/JAMF/Downloads")" ]; then sudo cp -R "/Library/Application Support/JAMF/Downloads"* /Users/LLID/Downloads/ && echo "Copied at $(date)"; fi'