Let's say I have a program called "hello". It is a python script and I want to run it at the linux command line.
I've been able to remove the .py extension as well as the interpreter.
Now when I run it it is [user..path] $ ./hello
it works, but how do I remove the "./". I've already applied the chmod a+x argument to the file and a shebang line at the front of my script.
Basically, I am asking how to run the script as $ hello