1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00
Benjamin J. Balter f8a3809616 Clean up after serving
Your mother doesn't work here.
2013-05-22 20:13:08 -04:00

9 lines
115 B
Bash
Executable File

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