#!/bin/sh

echo "hang" 1>&2
echo "hang"
while true; do
	sleep 1
done
