#!/bin/bash i=0 while true ; do ((i++%65000)) done exit 0