Closed WhyNotHugo closed 1 month ago
The script itself has a hashbang indicating that it is a shell script, but the README indicates that it must be executed with bash.
bash
I checked the script itself, and it seems to be valid POSIX shell. I can confirm that it works with busybox sh.
Clarify the reference on the README, so it is clear that bash is not actually a dependency for this script.
The script itself has a hashbang indicating that it is a shell script, but the README indicates that it must be executed with
bash
.I checked the script itself, and it seems to be valid POSIX shell. I can confirm that it works with busybox sh.
Clarify the reference on the README, so it is clear that bash is not actually a dependency for this script.