I have a program which I want to share with another Mac user who will not use the command line. This is essentially the same problem faced here:
Easy way to launch Python scripts with the mouse in OS-X
The simplest solution proposed in answer to the above question is to create a clickable application with Automator that runs a shell script that opens the program. However, this appears to require locating the program with an absolute path, which relies on my knowing where my fellow Mac user will install it on his or her hard drive. What is the simplest way of automating the launch of a program that is in the same folder as the Automator application, when we don't know the absolute path of that folder?