github.com/kontera-technologies/go-supervisor/v2@v2.1.0/testdata/endless.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  while :; do
     4      echo "foo"
     5      sleep 0.01
     6  done