rdhaese
10/9/2017 - 11:47 AM

Start bash script from command line

When using cygwin, there are times you are in the cmd environment and want to use a bash script.

Really handy to launch shell scripts from the windows scheduler.

C:\Users\Public\ICT-Dev\Tools\cygwin\bin\bash.exe -l -c "fullPathToScript"