Skip to content

Instantly share code, notes, and snippets.

@sandywu
Last active November 22, 2022 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandywu/76fcde1b3a122dc91d9c688986cac182 to your computer and use it in GitHub Desktop.
Save sandywu/76fcde1b3a122dc91d9c688986cac182 to your computer and use it in GitHub Desktop.
entrypoint
#!/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