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 11:33:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5c0a25e86f
mas
/
script
/
clean
10 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
Package binaries for release on Travis
2015-09-20 10:23:36 +00:00
#!/bin/bash -e
♻️ Refactor scripts to place all artifacts under ./build
2018-07-05 01:55:28 +00:00
BUILD_DIR=build
Package binaries for release on Travis
2015-09-20 10:23:36 +00:00
main() {
♻️ Refactor scripts to place all artifacts under ./build
2018-07-05 01:55:28 +00:00
rm -rf $BUILD_DIR/
Package binaries for release on Travis
2015-09-20 10:23:36 +00:00
}
main
Reference in a new issue
Copy permalink