This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./gradlew assembleDev -x lint --daemon --offline -info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo '***********************************'; | |
echo '*'; | |
echo -e '*\t分支清理'; | |
echo '*'; | |
echo '***********************************'; | |
echo ''; | |
# 切到主干分支develop,更新远程分支 |