mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 11:11:13 +00:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true; do
|
|
curl http://pyapp:5000/
|
|
sleep 1
|
|
done
|