PPSS is a Bash shell script that executes commands, scripts or 
programs in parallel. It is designed to make full use of current 
multi-core CPUs. It will detect the number of available CPUs and 
start a separate job for each CPU core. It will also use hyper 
threading by default. PPSS can also be installed on multiple host in 
a distributed like fashion, creating a simple cluster.

Program Copyright (C) 2009 2010 Louwrentius.
Modifications for Debian Copyright (C) 2009 2010 Louwrentius.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License with
your Debian GNU system, in /usr/share/common-licenses/GPL, or with the
Debian GNU hello source package as the file COPYING.  If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA.
