Can't Run Executable From Any Directory OSX 10.6
- by Drew
I have an executable file "x" stored in a directory. I want to be able to execute program "x" by typing "x" from anywhere in terminal. Currently I have to be in the programs directory and type "./x" to run the program. How can I fix this?
Thanks in advance.