#!/bin/sh cd /usr/local/src wget tp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz tar zxvf ruby-2.0.0-p247.tar.gz cd ruby-2.0.0-p247 ./configure make && make install