1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-21 20:30:10 +01:00

10 lines
143 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
set -e
echo "spinning up the server..."
2016-02-09 12:23:45 -05:00
bundle exec jekyll serve --watch --incremental --trace
echo "cleaning up..."
2014-07-31 12:36:56 -04:00
rm -Rf _site