Skip to content

Instantly share code, notes, and snippets.

@AhiyaHiya
Last active May 30, 2017 18:41
Show Gist options
  • Select an option

  • Save AhiyaHiya/9ad8ab16212cdcb84c8a8569efae8e4f to your computer and use it in GitHub Desktop.

Select an option

Save AhiyaHiya/9ad8ab16212cdcb84c8a8569efae8e4f to your computer and use it in GitHub Desktop.
set -o nounset
SetupXcodeCoverage()
{
printf "*********************************\n${FUNCNAME[0]}\n"
if [[ ! -d components/XcodeCoverage/ ]]; then
cd components/
git clone https://github.com/jonreid/XcodeCoverage.git
cd XcodeCoverage
rm -fR .git
rm .gitignore
cd $CURRENT_PATH
printf "*********************************\n"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment