remove unused publish scripts

This commit is contained in:
Sami Samhuri 2011-12-03 13:18:42 -08:00
parent 0bdd0a4a50
commit 9198f8b49f
2 changed files with 0 additions and 37 deletions

View file

@ -1,17 +0,0 @@
#!/bin/bash
if [[ -d ~/Projects/web/samhuri.net ]]; then
cd ~/Projects/web/samhuri.net
elif [[ -d ~/samhuri.net ]]; then
cd ~/samhuri.net
else
echo "error: samhuri.net directory not found"
exit 1
fi
cd _blog
git clean -fq
git pull
cd ..
make publish_blog

View file

@ -1,20 +0,0 @@
#!/bin/bash
if [[ -d ~/Projects/web/samhuri.net ]]; then
cd ~/Projects/web/samhuri.net
elif [[ -d ~/samhuri.net ]]; then
cd ~/samhuri.net
else
echo "error: samhuri.net directory not found"
exit 1
fi
cd _blog
git clean -fq
git pull
cd ..
git clean -fq
git pull
make publish