diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-04 18:12:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-04 18:12:51 +0300 |
commit | d58b789de899cd129a306119fc20609c1ce5b7b4 (patch) | |
tree | b4f114c7747315864c84f8f812d0a85e39eec093 /serve.sh | |
parent | fix GitHub Pages warning (diff) | |
download | jekyll-theme-d58b789de899cd129a306119fc20609c1ce5b7b4.tar.gz jekyll-theme-d58b789de899cd129a306119fc20609c1ce5b7b4.zip |
add shebang to serve.sh
Diffstat (limited to 'serve.sh')
-rwxr-xr-x | serve.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ +#!/bin/sh + bundle exec jekyll serve --watch --host 0.0.0.0 --drafts --config _config.yml,_config_dev.yml |