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 | |
| # 定义要显示的文本 | |
| GREEN='\033[0;32m' | |
| NC='\033[0m' # | |
| text="🌿 Seeed Studio reComputer Flashing System Bate! " | |
| text1="Tip: This version is a test version. If any issues occur during the flashing process, you can troubleshoot based on the error messages. If the issue persists, please refer to the Seeed Studio Wiki for Flash system instructions." | |
| DIR="./flash_scripts/package" |
OlderNewer