]> mj.ucw.cz Git - bex.git/blob - BEX.cf
Bug fixes
[bex.git] / BEX.cf
1 # Configuration of the Batch EXecutor
2 # This is a Perl script, which can set anything in the BEX::Config package
3
4 package BEX::Config;
5
6 %machines = (
7         'albireo' => {},
8         'localhost' => {},
9         'home' => ['albireo', 'localhost'],
10 );
11
12 42;