blog/update-posts
2019-04-19 18:26:16 -05:00

6 lines
75 B
Bash

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