summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorBrendan G. Lim2008-03-30 16:10:05 -0400
committerBrendan G. Lim2008-03-30 16:10:05 -0400
commitaba05f07d765306b5bd5f6c403a318092a437c0b (patch)
treea881298f185f740cc36b9e63419f1e84769b6afb /install.rb
downloadsms-fu-aba05f07d765306b5bd5f6c403a318092a437c0b.tar.bz2
Initial import
Diffstat (limited to 'install.rb')
-rw-r--r--install.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.rb b/install.rb
new file mode 100644
index 0000000..20fd849
--- /dev/null
+++ b/install.rb
@@ -0,0 +1,4 @@
+require 'ftools'
+require 'fileutils'
+puts IO.read(File.join(File.dirname(__FILE__), 'README'))
+File.copy(File.dirname(__FILE__)+'/templates/sms_fu.yml', File.dirname(__FILE__)+'/../../../config') \ No newline at end of file