add update-blog-mail.sh

This commit is contained in:
Sami Samhuri 2011-11-27 17:42:54 -08:00
parent c25a90acc2
commit 21fb6ed948

8
update-blog-mail.sh Executable file
View 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