Command line interface for psh.

Can be installed with the following command: sh $ cargo install psh-cli

Installing on Android with Termux

First, install Rust toolchain: sh $ pkg install rust

Second, add cargo binary installation folder to PATH: sh $ echo 'export PATH=$PATH:$HOME/.cargo/bin' >> $HOME/.profile

Last, install psh-cli using the first command on this page.