I'm having trouble making a SH shell script. I'm trying to have it accept 2 arguments, and then execute a command line app, passing the 2 arguments into the arguments of the command line app it's calling, along with some other arguments that are static. In addition, the execute it calls is not a hard coded path, but rather in the same directory the SH shell script is running in.
Any pointers? Thanks!