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