mirror of
https://github.com/kontera-technologies/go-supervisor
synced 2025-10-05 14:46:50 +08:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
while :; do
|
|
>&2 echo "foo"
|
|
sleep 0.01
|
|
done |