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
I've noticed you can run bash from cmder. So I could do it like:
bash
> bash $ ./yourScript.sh
or simpler
> cat yourScript.sh | bash
Disclaimer: New to cmder (just downloaded it) and Linux myself.