bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
23 stars 5 forks source link

bash shebang is wrong #93

Open yurivict opened 1 year ago

yurivict commented 1 year ago

here and many other scripts in the same directory.

The correct shebang is #!/usr/bin/env bash.