1.) go to the home folder in Cygwin

2.) go to /usr/local/bin folder

3.) create soft link like this:

    ln -s /cygdrive/c/dev/scripts/xxxx.sh xxxx

4.) then we can call "xxxx" in any path.

 

that's it.