From f798b5c78a5a33a64c5d1d5fab195dda1d7bc063 Mon Sep 17 00:00:00 2001 From: chenwenli Date: Mon, 29 Oct 2012 17:20:05 +0800 Subject: [PATCH] update generpub.sh --- genepub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genepub.sh b/genepub.sh index a21a0f81..6f61dca1 100644 --- a/genepub.sh +++ b/genepub.sh @@ -13,5 +13,5 @@ for i in *.md;do sed -i '/!\[\](images/s#images\(.*\)?raw=true#../Images\1#' $i done -../build-web-application-with-golang -rm *.md +cd ../build-web-application-with-golang +rm -rf *.md