You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
124 B
Bash

#!/bin/bash
for i in {1..1000}
do
curl a21cd4f80536e43d6a08a852da554098-77735060.eu-west-1.elb.amazonaws.com
sleep 1
done