There was an error while loading. Please reload this page.
1 parent d17af58 commit 16e2e27Copy full SHA for 16e2e27
genepub.sh
100644
100755
@@ -3,7 +3,7 @@ if ! which pandoc >/dev/null ;then
3
echo "请先安装pandoc,然后再次运行"
4
exit 0
5
fi
6
-[ -f build-web-application-with-golang ] && go build
+[ -f build-web-application-with-golang ] || go build
7
[ -d html ] || mkdir html
8
pushd html >/dev/null; cp ../*.md .
9
sed -i 's!https://github.com/astaxie/build-web-application-with-golang/blob/master/!!g' README.md
0 commit comments