This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
mas
Watch
2
Star
0
Fork
You've already forked mas
0
mirror of
https://github.com/mas-cli/mas
synced
2024-11-22 19:43:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8113d00fe2
mas
/
script
/
bootstrap
11 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Remove invalid imports from CocoaSeeds projects
2015-08-21 14:24:33 +00:00
#!/bin/bash -e
main() {
♻️ Refactor scripts to place all artifacts under ./build
2018-07-05 01:55:28 +00:00
echo "==> 👢 Bootstrapping"
Remove invalid imports from CocoaSeeds projects
2015-08-21 14:24:33 +00:00
bundle install
script/sort
}
main
Reference in a new issue
Copy permalink