Running a .bash file in Eclipse
- by Anne Ambe
I know this is really an Eclipse issue but I can't seem to login in their forum.
I am running eclipse juno for some c/c++ development.However, I wrote a .bash script that initiate the entire program.As input argument to this script, I have a a configuration file which is one directory lower than the .bash file.
In terminal I just do:
./startenb.bash ./CONF/ANNE
it runs just fine.
How can I configure the external tools in eclipse to take this file path as input argument?
Any help or old thread vaguely addressing this issue is highly welcome.