added official gpl script banner.
authorChris Koeritz <fred@gruntose.com>
Tue, 21 Apr 2015 22:59:34 +0000 (18:59 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 21 Apr 2015 22:59:34 +0000 (18:59 -0400)
scripts/processes/process_manager.sh

index 8acab83e241b49c61c6b5f0b84d1d5e72dac8007..b9497d8a8e7925e564debf557417ba5673261f03 100644 (file)
@@ -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