it's a bash script which prints an ascii penis to your terminal with a random length from 10-25 dashes
you can just download the penis file from the repo, give exec perms and run it but here are some installation commands anyways
for you (requires cURL and assumes you have ~/.local/bin on your $PATH):
mkdir -p "$HOME/.local/bin" && curl -fsSL https://raw.githubusercontent.com/enhancedrock/penis/HEAD/penis -o "$HOME/.local/bin/penis" && chmod +x "$HOME/.local/bin/penis"for everyone (requires cURL and sudo rights):
sudo curl -fsSL https://raw.githubusercontent.com/enhancedrock/penis/refs/heads/main/penis -o /usr/local/bin/penis && sudo chmod a+x /usr/local/bin/penislicensed under the penis license
