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
Currently, the interpreter of scripts is hardcoded to /usr/bin/bash, but we might want to be able to customize this in the future. Even if only which bash version to use.
Currently, the interpreter of scripts is hardcoded to
/usr/bin/bash, but we might want to be able to customize this in the future. Even if only which bash version to use.