]> mj.ucw.cz Git - bex.git/blob - BEX.cf
Let default prolog ask for set -e
[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' => { 'Host' => 'albireo.burrow.ucw.cz' },
8         'localhost' => {},
9         'home' => ['albireo', 'localhost'],
10 );
11
12 42;