spec/dev.sh

9 lines
132 B
Bash
Raw Permalink Normal View History

2018-12-25 21:20:18 +01:00
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
(
cd "$DIR"
bundle exec jekyll serve --watch
)