alphafold
alphafold copied to clipboard
Use `/usr/bin/env` for bash shebang
Using env honors user preference if they override bash in $PATH or use a linux distribution that does not store bash at /bin/bash.
References:
- https://www.oreilly.com/library/view/bash-cookbook/0596526784/ch15s01.html
- https://en.wikipedia.org/wiki/Shebang_(Unix)#Portability
- https://news.ycombinator.com/item?id=7596191
cc/ @Augustin-Zidek