Execute Bash script on Ubuntu from remote Windows machine?
Posted
by
John Isaacks
on Server Fault
See other posts from Server Fault
or by John Isaacks
Published on 2010-12-29T15:11:36Z
Indexed on
2010/12/29
15:55 UTC
Read the original article
Hit count: 228
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?
© Server Fault or respective owner