From 2a2be3ff8ec7fc2e819c703b9436971dd73d9c66 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 15 Feb 2012 22:36:26 +0100 Subject: [PATCH] Fix bogus comments introduced by previous commit --- lib/bin/job | 2 +- lib/bin/ls | 2 +- lib/bin/prun | 2 +- lib/bin/queue | 2 +- lib/bin/run | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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; -- 2.39.2