#!/bin/bash echo "Installing torbot" echo python -m pip install torbot echo echo "TorBot installed. Run with 'python -m torbot'" echo