2 lines
70 B
Bash
2 lines
70 B
Bash
|
|
for i in {1..1000}; do wget -q -O /dev/null localhost:3000/pang; done
|