#!/bin/zsh read -ks q while [ "$q" != "q" ] do clear fortune read -ks q done