1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
choosealicense.com/script/server
2016-02-09 12:23:45 -05:00

10 lines
143 B
Bash
Executable File

#!/bin/sh
set -e
echo "spinning up the server..."
bundle exec jekyll serve --watch --incremental --trace
echo "cleaning up..."
rm -Rf _site