Skip to content

Instantly share code, notes, and snippets.

@elefantel
Created March 20, 2017 22:09
Show Gist options
  • Save elefantel/925bbb577c6a17b64db22262937ed84b to your computer and use it in GitHub Desktop.
Save elefantel/925bbb577c6a17b64db22262937ed84b to your computer and use it in GitHub Desktop.
Clone, carthage update, and build
#!/bin/bash
clone_repos() {
./clone_repos.sh all
}
carthage_update() {
./carthage_update.sh all
}
build_modules() {
./build_modules all
}
clone_repos && carthage_update && build_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment