#!/usr/bin/env bash # point - display any user on plan.cat if [[ -z "$1" ]]; then echo " Usage: $0 " echo " Example: $0 echo" exit 1 fi curl -s "https://plan.cat/~$1" echo