1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00
choosealicense.com/script/bootstrap
2013-07-13 15:25:55 -04:00

12 lines
196 B
Bash
Executable File

#!/bin/sh
set -e
echo "bundling installin'"
bundle install
echo "npm installin'"
npm install coffee-script
echo
echo "You're all set. Just run script/server and you can play license roulette!"