thewoolleyman / cinabox

Continuous Integration. In a Box!

This URL has Read+Write access

cinabox / bootstrap_ruby.sh
100755 8 lines (5 sloc) 0.286 kb
1
2
3
4
5
6
7
8
#!/bin/bash
# A wrapper script to download and run bootstrap_ruby.sh, see http://github.com/thewoolleyman/bootstrap-ruby
 
 
wget -O /tmp/bootstrap_ruby.sh http://github.com/thewoolleyman/bootstrap-ruby/raw/master/bootstrap_ruby.sh
chmod a+x /tmp/bootstrap_ruby.sh
/tmp/bootstrap_ruby.sh