#!/usr/bin/env bash while :; do >&2 echo "foo" sleep 0.01 done