brendanlim / sms-fu

Allows you to send an SMS in the form of an e-mail to a cell phone from your Rails application

This URL has Read+Write access

sms-fu / install.rb
aba05f07 » brendanlim 2008-03-30 Initial import 1 require 'ftools'
2 require 'fileutils'
d16925d6 » brendanlim 2008-04-18 Adding in kajeet to carrier... 3 puts IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
aba05f07 » brendanlim 2008-03-30 Initial import 4 File.copy(File.dirname(__FILE__)+'/templates/sms_fu.yml', File.dirname(__FILE__)+'/../../../config')