You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❗️ Fix shebang so shell scripts work on more systems (#955)
In general, `#!/usr/bin/env bash` is considered better practice because it's more portable.
Bash is not always located at /bin/bash.
This will make the scripts work on systems, like NixOS
0 commit comments