Bash on windows
By default windows can’t run shell scripts because it doesn’t ship with bash. To add bash support:
-
install git for windows
-
add
C:\Program Files\Git\bin\to the environment variable PATH
you can test that it worked by running cmd and typing bash,
if installed successfully it displays a blinking $
bash windows CLI shell pipeline git
Backlinks¶
- Obsidian submodule
- If on windows, first add support for bash on windows