What's with the recent trend to use aliases instead of proper installation? (c.f. datafart, on the frontpage yesterday) mv terminalIMDB.py ~/bin/imdb chmod +x ~/bin/imdb
Would the benefit of doing it the author's way be that you can check out new versions from git without having to move the python script to /bin every or /usr/local/bin every time you get a new version.
I guess. But that could also be accomplished with a symlink, no?