add live reload to runscript

This commit is contained in:
Tom 2023-11-09 16:01:02 +00:00
parent 3861fe4a28
commit 57b99c2e98

2
run.sh
View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
sleep 8 && open --url http://0.0.0.0:4000 &
bundle exec jekyll serve --draft --future
bundle exec jekyll serve --draft --future --live