minimal script to load configuration in an interactive session

This commit is contained in:
Enno Rehling 2015-03-07 14:33:38 +01:00
parent 677f0903cb
commit 654ee9e6bf
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ if config.install then
end
package.path = package.path .. ';' .. path .. '/?.lua;' .. path .. '/?/init.lua'
require 'eressea'
require 'eressea.xmlconf'
return require('eressea.rules')
require 'eressea.xmlconf' -- read xml data