#!/bin/bash length=1 while [ "$length" -le 9001 ]; do echo "My penis is $length inches long." let length++ done