mirror of
https://github.com/lubuntu-team/blog.git
synced 2025-03-10 05:01:06 +00:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
for post in `cat post-list`; do
|
||
|
./update-post $post;
|
||
|
done
|