blob: 1e5496905a7f4703559c1126d043cb0db46eb233 [file] [log] [blame]
#!/bin/bash
# Helper script to copy mobileprovisioning profile to
# bot's default location.
set -e
destination=$1
origin="$HOME/Library/Logs/DiagnosticReports/"
if [ -f "$origin"/llvm_*.crash ]; then
cp "$origin"/llvm_*.crash "$destination"/.
fi