mas/script/bootstrap
2018-09-05 09:54:07 +10:00

12 lines
164 B
Bash
Executable file

#!/bin/bash -e
main() {
echo "==> 👢 Bootstrapping"
bundle install
brew bundle
carthage bootstrap --platform macOS --cache-builds
script/sort
}
main