keroserene / rickrollrc

Rick Astley invades your terminal.
1.39k stars 157 forks source link

Use /usr/bin/env bash instead of /bin/bash shebang #32

Closed thetayloredman closed 2 years ago

thetayloredman commented 3 years ago

Some people have 2 versions of bash, for example on my macOS machine I installed bash 5.2, but without disabling SIP it's impossible to put it in /bin/bash. #!/usr/bin/env bash will look for the bash in their $PATH.