#!/bin/bash for post in `cat post-list`; do ./update-post $post; done