From: Martin Mares Date: Wed, 15 Feb 2012 21:36:26 +0000 (+0100) Subject: Fix bogus comments introduced by previous commit X-Git-Tag: v3.0~22 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2a2be3ff8ec7fc2e819c703b9436971dd73d9c66;p=bex.git Fix bogus comments introduced by previous commit --- diff --git a/lib/bin/job b/lib/bin/job index bfd2f31..133ab99 100755 --- a/lib/bin/job +++ b/lib/bin/job @@ -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 use strict; diff --git a/lib/bin/ls b/lib/bin/ls index 5da501e..e572057 100755 --- a/lib/bin/ls +++ b/lib/bin/ls @@ -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 use strict; diff --git a/lib/bin/prun b/lib/bin/prun index d8b9872..8a04559 100755 --- a/lib/bin/prun +++ b/lib/bin/prun @@ -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 use strict; diff --git a/lib/bin/queue b/lib/bin/queue index 483e794..aec067d 100755 --- a/lib/bin/queue +++ b/lib/bin/queue @@ -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 use strict; diff --git a/lib/bin/run b/lib/bin/run index e311729..eb54c9a 100755 --- a/lib/bin/run +++ b/lib/bin/run @@ -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 use strict;