1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 00:49:11 +02:00
choosealicense.com/script/server

10 lines
116 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
echo "spinning up the server..."
bundle exec jekyll serve -w
echo "cleaning up..."
2014-07-31 18:36:56 +02:00
rm -Rf _site