4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/usr/bin/env sh
|
||
|
jekyll server --host 0.0.0.0 --watch --drafts --future
|
||
|
|