aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatom.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/atom.rb b/atom.rb
index b648998..901fb9c 100755
--- a/atom.rb
+++ b/atom.rb
@@ -31,6 +31,9 @@ $cgi = CGI.new
feed = Atom::Feed.new
olddir = File.expand_path(".")
Dir.chdir("..")
+def _(string)
+ string
+end
load "config.rb"
require "poll"
Dir.chdir(olddir)