1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00
choosealicense.com/script/server

10 lines
143 B
Plaintext
Raw Normal View History

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