Learn more about cloning repositories
You have read-only access
if test $# = 0; then
# Child will kill us in 1 second
"$THIS_SH" "$0" $$ &
# Loop many, many times
trap 'echo OK; exit 0' 15
while true; do
continue
done
echo BAD
exit 1
fi
sleep 1
kill $1
Everything looks good. We'll let you know here if there's anything you should know about.