mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 19:28:50 +01:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "bundling installin'"
|
||
|
bundle install
|
||
|
|
||
|
echo
|
||
|
echo "You're all set. Just run script/server and you can play license roulette!"
|