From 9198f8b49f52015fa9f6a22758a97ce21e9e8124 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 13:18:42 -0800 Subject: [PATCH] remove unused publish scripts --- publish-blog.sh | 17 ----------------- publish-samhuri.net.sh | 20 -------------------- 2 files changed, 37 deletions(-) delete mode 100755 publish-blog.sh delete mode 100755 publish-samhuri.net.sh diff --git a/publish-blog.sh b/publish-blog.sh deleted file mode 100755 index ff2d41e..0000000 --- a/publish-blog.sh +++ /dev/null @@ -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 diff --git a/publish-samhuri.net.sh b/publish-samhuri.net.sh deleted file mode 100755 index 0287866..0000000 --- a/publish-samhuri.net.sh +++ /dev/null @@ -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