mirror of
https://github.com/lubuntu-team/blog.git
synced 2025-05-03 16:41:27 +00:00
Add an update-posts script.
This commit is contained in:
parent
97c844def9
commit
67448dff3a
5
update-posts
Normal file
5
update-posts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for post in `cat post-list`; do
|
||||||
|
./update-post $post;
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user