]> mj.ucw.cz Git - bex.git/commitdiff
Fix bogus comments introduced by previous commit
authorMartin Mares <mj@ucw.cz>
Wed, 15 Feb 2012 21:36:26 +0000 (22:36 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 15 Feb 2012 21:36:26 +0000 (22:36 +0100)
lib/bin/job
lib/bin/ls
lib/bin/prun
lib/bin/queue
lib/bin/run

index bfd2f313c19f18ef44ce8f26dfd5d4c5443849e5..133ab999aaa13bd988309c011db5fbf73fc9a717 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor 3.0 -- Operations on a Job
 # (c) 2011-2012 Martin Mares <mj@ucw.cz>
 
 use strict;
index 5da501ea74663694bc823ed0edd4cccbedf55df2..e57205727cbc0cb1c894da1136e92a4c1908ce3b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor 3.0 -- List Machines and Groups
 # (c) 2011-2012 Martin Mares <mj@ucw.cz>
 
 use strict;
index d8b987264d8e7c83775cbf6499d3c7f47b3ae9d9..8a0455931344478e65822ece874655838fe5c866 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor 3.0 -- Parallel Execution Using Screen
 # (c) 2011-2012 Martin Mares <mj@ucw.cz>
 
 use strict;
index 483e7942eecd3992f1ec507c1d5942695d5a2aa0..aec067d110388d5e724504ed3091d96c53ac8e23 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor 3.0 -- Show Queued Jobs
 # (c) 2011-2012 Martin Mares <mj@ucw.cz>
 
 use strict;
index e31172968844a6091dec871063beff4617943639..eb54c9a172b688e0b00f39c2b36ced3cc0e75503 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor 3.0 -- Run Queued Jobs
 # (c) 2011-2012 Martin Mares <mj@ucw.cz>
 
 use strict;