#!/usr/bin/env bash while true; do echo "this is an infinite loop... kill me if you can" sleep 1 done