1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-28 22:53:04 +02:00
choosealicense.com/script/server
2014-07-31 12:36:56 -04:00

10 lines
116 B
Bash
Executable File

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