- Download the zip file
- Navigate to the download directory and unzip
unzip <filename>.zip
- Source the completion file (
source ./completion
) - Give psa execute rights (
chmod +x psa
) - Add psa to PATH (
export PATH=$PATH:`pwd`
) psa <tab> <tab>
wget -q https://gist.github.com/bmcculley/0c3c9355d2e8d1080c92d11fe3479e6b/download -O temp.zip; unzip -qq temp.zip -d example; rm temp.zip; cd example/`ls example`; source ./completion; chmod +x psa; export PATH=$PATH:`pwd`