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
As a developer who works on several different systems, /bin/bash is not necessary available on all systems. A slightly more system-friendly shebang could be to use /usr/bin/env bash instead of /bin/bash directly for scripts created.