1. added the start of script files on login/startup. You can now add
[spider.git] / perl / cluster.pl
index 516e7cb1eb8f57ae33478d313e97ee9627df3245..98eabf63bc7f30d10749535ffec969243cd32588 100755 (executable)
@@ -67,6 +67,7 @@ use DXBearing;
 use DXDb;
 use DXHash;
 use DXDupe;
+use Script;
 use Prefix;
 use Spot;
 use Bands;
@@ -452,6 +453,8 @@ DXDebug::dbgclean();
 
 # this, such as it is, is the main loop!
 dbg("orft we jolly well go ...");
+my $script = new Script "startup";
+$script->run($DXProt::me) if $script;
 
 #open(DB::OUT, "|tee /tmp/aa");