Running a .bash file in Eclipse
Posted
by
Anne Ambe
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Anne Ambe
Published on 2014-08-21T13:26:59Z
Indexed on
2014/08/21
16:29 UTC
Read the original article
Hit count: 399
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.
© Ask Ubuntu or respective owner