github.com/kontera-technologies/go-supervisor/v2@v2.1.0/testdata/endless_errors.sh (about) 1 #!/usr/bin/env bash 2 3 while :; do 4 >&2 echo "foo" 5 sleep 0.01 6 done