Suggestion from Chris: ``` $ cat ~/.local/bin/pie #!/bin/bash python ./pie.py "$@" ```
Suggestion from Chris: