From: Chris Koeritz Date: Tue, 21 Apr 2015 22:59:34 +0000 (-0400) Subject: added official gpl script banner. X-Git-Tag: 2.140.90~648 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=3bf79453599d6ed0379a6ba0e88468e2b7d57db0;p=feisty_meow.git added official gpl script banner. --- diff --git a/scripts/processes/process_manager.sh b/scripts/processes/process_manager.sh index 8acab83e..b9497d8a 100644 --- a/scripts/processes/process_manager.sh +++ b/scripts/processes/process_manager.sh @@ -1,5 +1,25 @@ #!/bin/bash +############## +# +# Name : process manager helper methods +# Author : Chris Koeritz +# Rights : Copyright (C) 2015-$now by Author +# +# Purpose: +# +# Turns Unix format text files into DOS format text files. +# relies on the built-in process management to run a bunch of processes +# in the background, but will limit total number running to a maximum. +# demonstration method at the end of the file shows how to use the +# process managing methods. +# +############## +# This script is free software; you can modify/redistribute it under the terms +# of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ] +# Feel free to send updates to: [ fred@gruntose.com ] +############## + # process manager helper methods for bash. # # relies on the built-in process management to run a bunch of processes