2010-06-01から1日間の記事一覧

#!/usr/bin/env ruby # # http://github.com/cho45/dotfiles/raw/master/setup.rb require "pathname" require "fileutils" include FileUtils::Verbose class String def expand ret = Pathname.new(self).expand_path ret.parent.mkpath unless ret.parent…