aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/serve.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-04 18:12:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-04 18:12:51 +0300
commitd58b789de899cd129a306119fc20609c1ce5b7b4 (patch)
treeb4f114c7747315864c84f8f812d0a85e39eec093 /serve.sh
parentfix GitHub Pages warning (diff)
downloadjekyll-theme-d58b789de899cd129a306119fc20609c1ce5b7b4.tar.gz
jekyll-theme-d58b789de899cd129a306119fc20609c1ce5b7b4.zip
add shebang to serve.sh
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/serve.sh b/serve.sh
index c7645c2..115b154 100755
--- a/serve.sh
+++ b/serve.sh
@@ -1 +1,3 @@
+#!/bin/sh
+
bundle exec jekyll serve --watch --host 0.0.0.0 --drafts --config _config.yml,_config_dev.yml