#!/bin/bash for id in $(cat /root/data/unames.txt);do echo $id curl http://blahblah.com/user/refresh/home done