mirror of
https://github.com/lubuntu-team/blog.git
synced 2025-05-02 16:11:28 +00:00
Syntax is cool.
This commit is contained in:
parent
da8613d88f
commit
3e17e08d6f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git remote fetch;
|
git remote update;
|
||||||
POSTS=$(git diff --name-only master origin/master | grep "posts/" | sed "s/\/l10n*//g" | sed "s/\/post.md//g" | sed "s/\/info.yaml//g");
|
POSTS=$(git diff --name-only master origin/master | grep "posts/" | sed "s/\/l10n*//g" | sed "s/\/post.md//g" | sed "s/\/info.yaml//g");
|
||||||
git pull;
|
git pull;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user