i=0; while [ $i -le 5 ]; do curl <https://angelpad...
# general
n
i=0; while [ $i -le 5 ]; do curl https://angelpad.org; sleep 60; ((i++)); done