Загрузка данных


for i in {1..10}; do curl -s -o /dev/null -X POST -d "login=test&password=123" http://localhost/login.php; done