From 0a08e01aec5ce82e6bb2e29d8aac4879e6cd2be3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 4 Nov 2016 18:09:57 +0300 Subject: add serve.sh (same as serve.bat) --- .gitattributes | 1 + serve.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 serve.sh diff --git a/.gitattributes b/.gitattributes index b8189e2..bf59a26 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ gpg.txt text eol=crlf *.bat text eol=crlf +*.sh text eol=lf diff --git a/serve.sh b/serve.sh new file mode 100755 index 0000000..283bcc9 --- /dev/null +++ b/serve.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +bundle exec jekyll serve --watch --force_polling --config _config.yml,_config_dev.yml -- cgit v1.2.3