mirror of https://github.com/lubuntu-team/blog.git
parent
97c844def9
commit
67448dff3a
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for post in `cat post-list`; do
|
||||
./update-post $post;
|
||||
done
|
Loading…
Reference in new issue