mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
(chore): remove inadvertently added file
This commit is contained in:
parent
1319d3f7ef
commit
dae96c1110
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
bin/Linux/x86_64/HTTPFormServer &
|
||||
sleep 1
|
||||
curl --noproxy '*' -s http://127.0.0.1:9980 >/dev/null
|
||||
curl --noproxy '*' -s http://127.0.0.1:9980 >/dev/null
|
||||
|
||||
terminated_at="$(date +%s)"
|
||||
echo "Terminating HTTPFormServer"
|
||||
pkill HTTPFormServer
|
||||
wait
|
||||
|
||||
terminated_in="$(($(date +%s) - terminated_at))"
|
||||
echo "HTTPFormServer took ${terminated_in} seconds to terminate"
|
Loading…
x
Reference in New Issue
Block a user