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
| #!/usr/bin/python | |
| # esptool imports | |
| from __future__ import division, print_function | |
| import argparse | |
| import base64 | |
| import binascii | |
| import copy | |
| import hashlib |
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
| #!/usr/bin/env bash | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
| export PATH | |
| #================================================= | |
| # System Required: CentOS 6/7,Debian 8/9,Ubuntu 16+ | |
| # Description: BBR+BBR魔改版+BBRplus+Lotserver | |
| # Version: 1.3.2 | |
| # Author: 千影,cx9208 | |
| # Blog: https://www.94ish.me/ |