sparkles
Code
Branches
Tags
Commits
main
sparkles
/
bin
/
bootstrap
Top
1
#!/bin/sh
2
3
if [ "$(uname -s)" = "Darwin" ]; then
4
brew bundle check || brew bundle
5
fi