eznode icon indicating copy to clipboard operation
eznode copied to clipboard

Use /bin/sh instead of /bin/bash if possible in scripts

Open emanuelb opened this issue 3 years ago • 1 comments

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)

emanuelb avatar Apr 06 '21 17:04 emanuelb