mirror of https://github.com/k3s-io/k3s
10 lines
250 B
Bash
10 lines
250 B
Bash
![]() |
echo "start test of frontend"
|
||
|
curl localhost:3000/llen
|
||
|
curl localhost:3000/llen
|
||
|
curl localhost:3000/llen
|
||
|
curl localhost:3000/llen
|
||
|
curl localhost:3000/llen
|
||
|
curl localhost:3000/llen
|
||
|
x=`curl localhost:3000/llen`
|
||
|
echo "done testing frontend result = $x"
|