Is it possible to create a symbolic link to an executable that executes it with a certain option/argument?
I know a workaround would be to create a bash script in one of the PATH directories but can I achieve it somehow with a symbolic link?
EDIT: Thanks for the answers, in my case an alias wouldn't do the job because i'm looking for a way to start matlab from dmenu and at least on arch matlab is only invokable from a terminal at first. Since dmenu does not consider aliases it wouldn't work .. i should have made my problem more clear.
$0, you get the effect you desire (where "which you are compiling" means writing code and compiling, not simply installing a standard package with./configure ; make).