mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
4 lines
96 B
Bash
Executable File
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 |