*: Use /usr/bin/env in shebangs for bash & zsh
To increase the portability (OSX for example has zsh under `/bin/zsh`).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/zsh
|
||||
#!/usr/bin/env zsh
|
||||
## Author: druckdev
|
||||
## Created: 2021-05-14
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user