#!/usr/bin/env ruby require 'fileutils' include FileUtils current = Dir.pwd Dir.chdir(File.dirname(__FILE__)) Dir.chdir('../') Dir.chdir('rdfa-typo') rdfatypo = Dir.pwd cp_r rdfatypo, current puts 'Now go to your admin section of your typo installation' puts 'and activate the rdfa-typo theme.'