I created basic script in Windows.
#!/bin/bash echo Hello
I am using Cmder, ConEmu derivative. I tried to change the priviliges with chmod, bu
On my own instance of Cmder, bash [filename] works just fine, and I believe much simpler:
bash [filename]
C:\Users\Conor O'Brien λ type test.sh echo Hello C:\Users\Conor O'Brien λ bash test.sh Hello