mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +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
|