Sign in
flutter
/
recipes
/
14c3e5cba27885e82455febd4eb00358f7f435b8
/
.
/
recipe_modules
/
build_util
/
resources
/
copy_crash.sh
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