public
Description: a small book-keeping application in German
Homepage: http://exabuch.org
Clone URL: git://github.com/TomK32/exabuch.git
Click here to lend your support to: exabuch and make a donation at www.pledgie.com !
exabuch / init.rb
100644 9 lines (6 sloc) 1.0 kb
1
2
3
4
5
6
7
8
9
at_exit do
  require "irb"
  require "drb/acl"
  require "sqlite3"
end
                                                                                                                                                                  
load "script/server"