There are many scripts in repo that use #!/bin/bash for some of them it's possible to use #!/bin/sh instead without other modifications, for example like in ./eznode/tor/install ./eznode/tor/bin/tor-newnym
it might worth to change it for some other scripts as well if they not relaying to much on bash specific operations (see checkbashisms tool)
There are many scripts in repo that use
#!/bin/bashfor some of them it's possible to use#!/bin/shinstead without other modifications, for example like in./eznode/tor/install./eznode/tor/bin/tor-newnymit might worth to change it for some other scripts as well if they not relaying to much on bash specific operations (see
checkbashismstool)