npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.53k stars 578 forks source link

make scripts portable with #!/usr/bin/env shebang #93

Open p-alik opened 4 years ago

p-alik commented 4 years ago

In some Linux/Unix environments install bash outside of /bin directory. This PR aims to make the scripts portable for those.