summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristos Triantafyllidis <ctrianta@redhat.com>2012-11-05 11:58:26 +0100
committerChristos Triantafyllidis <ctrianta@redhat.com>2012-11-05 11:58:26 +0100
commitf80d13ce1c38f477b5604d8c6bdb078d30c384fa (patch)
tree63b734dbe121e4ce87203e217c7d4754730d93d1
parent4c82230e601ca7ba2ff11ceb496938f92ae8d013 (diff)
downloadTTS-master.tar.gz
TTS-master.tar.xz
TTS-master.zip
Added dependency commentHEADmaster
-rwxr-xr-xTTS.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/TTS.rb b/TTS.rb
index 4d61161..d4ff70a 100755
--- a/TTS.rb
+++ b/TTS.rb
@@ -1,4 +1,12 @@
#!/usr/bin/env ruby
+# The following packages should be installed for the script to be installed:
+# rubygem-multipart-post
+# rubygem-highline
+# rubygem-hpricot
+#
+# Make sure you edit the @parameters hash before using!
+#
+
require 'rubygems'
require 'date'
require 'highline/import'