alphafold icon indicating copy to clipboard operation
alphafold copied to clipboard

Use `/usr/bin/env` for bash shebang

Open abhillman opened this issue 1 year ago • 1 comments

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

abhillman avatar Mar 19 '24 06:03 abhillman

cc/ @Augustin-Zidek

abhillman avatar Mar 19 '24 06:03 abhillman