This commit is contained in:
garywill 2021-01-20 13:10:02 +08:00
parent 92896c3997
commit 2341938b76
2 changed files with 5 additions and 3 deletions

View File

@ -355,6 +355,8 @@ Options:
No? Okay, or just give me a star! No? Okay, or just give me a star!
## Thanks ## For developers
Many thanks to project [create_ap](https://github.com/oblique/create_ap). **Many thanks to project [create_ap](https://github.com/oblique/create_ap)**.
This script was forked from create\_ap. Now it's quite different from it. (See `history` branch for how I modified create_ap)

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.5.4 VERSION=0.6.0
PROGNAME="$(basename $0)" PROGNAME="$(basename $0)"
export LC_ALL=C export LC_ALL=C