#!/bin/bash for i in {0..51}; do echo "Do $((1 + $RANDOM % 10))" echo "Of $((1 + $RANDOM % 4))" read -p "Press Enter to continue"