mirror of
https://github.com/github/choosealicense.com
synced 2024-11-04 18:58:50 +01:00
f8a3809616
Your mother doesn't work here.
9 lines
115 B
Bash
Executable File
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 |