spec/dev.sh
Alex Grintsvayg a36a0dbb67 v1
2018-12-25 15:22:30 -05:00

9 lines
132 B
Bash
Executable file

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
(
cd "$DIR"
bundle exec jekyll serve --watch
)