Closed WitherCubes closed 2 years ago
I am changing the shebang from #!/bin/sh to #!/bin/bash because the script will break when people who symlink other shells (like dash) to /bin/sh because this program uses here-strings which is not POSIX and a bash feature.
This problem can be easily solved by implementing #30.
I am changing the shebang from #!/bin/sh to #!/bin/bash because the script will break when people who symlink other shells (like dash) to /bin/sh because this program uses here-strings which is not POSIX and a bash feature.