#!/bin/sh

while true
    do
        stat tmp.txt > /dev/null
    done

exit -1
# tmp.txtは適当なファイル
