$ echo "/home/me/Downloads/p99-login-middlemand-master/bin/p99-login-middlemand 2>&1" >> ~/.bash_profile
$ . ~/.bash_profile
then run wine/eq however
if bash is saying "command not found" on something in your current directory, it isn't part of your $PATH and you can exec it by running ./command if its chmod +x for you. if you update your $PATH in .bashrc you have to re-source .bashrc or open a new shell for the path to get updated, as .bashrc is just a script that gets run whenever you open a new login shell
|