Execute Bash script on Ubuntu from remote Windows machine?
- by John Isaacks
I have a bash script on a ubuntu 10.4 machine. It is shared and I can access it from my win7 machine with \\LINUX-SERVER\bash_repo\make-live
However when I do, windows tries to open it. This is not what I want. I want to tell ubuntu to execute it.
I am actually hoping to be able to build a GUI app on windows where the user clicks a button and it tells the bash script on the ubuntu machine to execute.
Is any of this possible?