Last active
November 22, 2022 10:46
-
-
Save sandywu/76fcde1b3a122dc91d9c688986cac182 to your computer and use it in GitHub Desktop.
entrypoint
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 | |
Red='\033[0;31m' | |
Green='\033[0;32m' | |
Yellow='\033[0;33m' | |
NC='\033[0m' | |
echo -e "${Yellow}使用 Pro 构建器 构建${NC}"; | |
builder; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment