mirror of
https://github.com/lubuntu-team/blog.git
synced 2025-03-09 20:51:07 +00:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for post in `cat post-list`; do
|
|
./update-post $post;
|
|
done
|