Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash -eu
# functions
function showHelp {
cat << EOS
Usage: carthage_hack.sh [bootstrap|update|symlink] [Release|Debug]
EOS
}
function run_carthage {