bin/update-blog-mail.sh
2011-11-27 17:42:54 -08:00

8 lines
113 B
Bash
Executable file

#!/bin/bash
if [[ -d /home/sjs/blog-mail ]]; then
cd /home/sjs/blog-mail
git clean -fq
git pull
fi