I'm in RHEL 6 with bash as my default shell.
I have a script called startServers
I made a startServers.desktop file which I put on my desktop so I can have the convenience of clicking on an icon to start the script.
It works fine.
Some friends want to use my script. They too are on RHEL 6, but their default shell is CSH.
When I click on "properties" for startServers.desktop I have a text field called "Commands" that is just
/pathtofile/startServers
Can I alter that field so that double clicking on the icon sends the command to bash instead of CSH ? Something like
bash /pathtofile/startServers ?
Thanks
Comments
Post a Comment