mirror of
https://github.com/github/choosealicense.com
synced 2025-01-05 03:21:42 +01:00
5 lines
46 B
Plaintext
5 lines
46 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
bundle exec jekyll --server
|