Run Bash Script in GitBash Feb 8, 2019 • Ulysses Unfortunately, you can’t run Bash scripts in GitBash the normal way. Here’s the workaround. You have to use sh script.sh <pre lang="bash"> # Normal use ./script.sh # Running it in GitBash sh script.sh