mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
11 lines
185 B
Bash
Executable File
11 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "bundling installin'"
|
|
gem install bundler --version 1.16.2
|
|
bundle install
|
|
|
|
echo
|
|
echo "You're all set. Just run script/server and you can play license roulette!"
|