personal_site/run.sh
2023-07-20 10:49:50 +01:00

4 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
bundle exec jekyll serve --draft --future &
sleep 2
open http://0.0.0.0:4000