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