add update-blog-mail.sh
This commit is contained in:
parent
c25a90acc2
commit
21fb6ed948
1 changed files with 8 additions and 0 deletions
8
update-blog-mail.sh
Executable file
8
update-blog-mail.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ -d /home/sjs/blog-mail ]]; then
|
||||
cd /home/sjs/blog-mail
|
||||
git clean -fq
|
||||
git pull
|
||||
fi
|
||||
|
||||
Loading…
Reference in a new issue