public
Description: Continuous Integration. In a Box!
Homepage: http://github.com/thewoolleyman/cinabox/tree/master/README.txt
Clone URL: git://github.com/thewoolleyman/cinabox.git
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